X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-gfx%2Fcgal-ipelets%2Ffiles%2Fc%2B%2B11.patch;fp=media-gfx%2Fcgal-ipelets%2Ffiles%2Fc%2B%2B11.patch;h=0000000000000000000000000000000000000000;hp=5e8f4f148bac4fce43bc28bfcef632958b0b83aa;hb=1ee3cfd5ba6fc6501a1878a32dde832d9d931ae8;hpb=4b207dbf5ed8f79194f33291b4975ab8646ac9c6 diff --git a/media-gfx/cgal-ipelets/files/c++11.patch b/media-gfx/cgal-ipelets/files/c++11.patch deleted file mode 100644 index 5e8f4f1..0000000 --- a/media-gfx/cgal-ipelets/files/c++11.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- demo/CGAL_ipelets/CMakeLists.txt 2016-01-24 16:00:03.071470747 +0100 -+++ demo/CGAL_ipelets/CMakeLists.txt 2016-01-24 15:59:39.377947184 +0100 -@@ -118,6 +118,8 @@ if ( CGAL_FOUND ) - message(STATUS "Set Ipelets install dir: ${IPELET_INSTALL_DIR}") - endif() - -+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") -+ - foreach(IPELET ${CGAL_IPELETS}) - add_library(CGAL_${IPELET} MODULE ${IPELET}.cpp) - add_to_cached_list(CGAL_EXECUTABLE_TARGETS CGAL_${IPELET})