summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-09 22:22:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-09 22:24:16 +0200
commit9065c85aa8c015d1e35d9d42e97ae311c986e52c (patch)
tree83e314020b41df2f895a6111f5c95d25d6e3cdef /media-libs/ptex/files/ptex-2.3.0-cxx11.patch
parentapp-portage/unsymlink-lib: amd64 stable wrt bug #687590 (diff)
downloadgentoo-9065c85aa8c015d1e35d9d42e97ae311c986e52c.tar.gz
gentoo-9065c85aa8c015d1e35d9d42e97ae311c986e52c.tar.bz2
gentoo-9065c85aa8c015d1e35d9d42e97ae311c986e52c.zip
media-libs/ptex: Drop 2.1.28-r1 and 2.3.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/ptex/files/ptex-2.3.0-cxx11.patch')
-rw-r--r--media-libs/ptex/files/ptex-2.3.0-cxx11.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-libs/ptex/files/ptex-2.3.0-cxx11.patch b/media-libs/ptex/files/ptex-2.3.0-cxx11.patch
deleted file mode 100644
index f0b600091377..000000000000
--- a/media-libs/ptex/files/ptex-2.3.0-cxx11.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -purN a/CMakeLists.txt b/CMakeLists.txt
---- a/CMakeLists.txt 2016-04-04 18:14:05.000000000 +0100
-+++ b/CMakeLists.txt 2017-02-13 22:59:10.000000000 +0000
-@@ -16,7 +16,7 @@ else ()
- endif ()
-
- if (NOT WIN32)
-- set(CMAKE_CXX_FLAGS "-std=c++98 -Wall -Wextra -pedantic ${CMAKE_CXX_FLAGS}")
-+ set(CMAKE_CXX_FLAGS "-std=c++11 -Wall -Wextra -pedantic ${CMAKE_CXX_FLAGS}")
- endif ()
-
- if(MSVC)