From 43793fab84041cfc5c60c0151d1591b8a69fb24a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Aug 2018 07:36:27 +0100 Subject: gentoo resync : 25.08.2018 --- media-libs/ptex/files/ptex-2.3.0-cxx11.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 media-libs/ptex/files/ptex-2.3.0-cxx11.patch (limited to 'media-libs/ptex/files') diff --git a/media-libs/ptex/files/ptex-2.3.0-cxx11.patch b/media-libs/ptex/files/ptex-2.3.0-cxx11.patch new file mode 100644 index 000000000000..f0b600091377 --- /dev/null +++ b/media-libs/ptex/files/ptex-2.3.0-cxx11.patch @@ -0,0 +1,12 @@ +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) -- cgit v1.2.3