summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl@gmail.com>2020-04-19 19:59:46 +0200
committerJoonas Niilola <juippis@gentoo.org>2020-04-26 16:36:46 +0300
commited9a6660a5acb9a1729f4d68df61b9e6d0f3f4c8 (patch)
tree6076d753cdfc9819ad09cab191115cbbf1e9bf24 /media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch
parentmedia-gfx/yafaray: bump to 3.4.1 (diff)
downloadgentoo-ed9a6660a5acb9a1729f4d68df61b9e6d0f3f4c8.tar.gz
gentoo-ed9a6660a5acb9a1729f4d68df61b9e6d0f3f4c8.tar.bz2
gentoo-ed9a6660a5acb9a1729f4d68df61b9e6d0f3f4c8.zip
media-gfx/yafaray: drop old 3.3.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15415 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch')
-rw-r--r--media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch b/media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch
deleted file mode 100644
index c22ff7e41ea6..000000000000
--- a/media-gfx/yafaray/files/yafaray-3.3.0-respect-cflags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/work/Core-3.3.0/CMakeLists.txt b/work/Core-3.3.0/CMakeLists.txt
-index 75fd2c6..94c2502 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -219,9 +219,6 @@ if(NOT WIN32)
- set(YAF_BINDINGS_RUBY_DIR ${YAF_LIB_DIR})
- endif(NOT YAF_BINDINGS_RUBY_DIR)
-
-- # build flags
-- set(CMAKE_CXX_FLAGS "-Wall" CACHE STRING "Default compiler flags" FORCE)
--
- if(USER_RELEASE_OPTIMIZATION_FLAGS)
- set(YAF_CXX_FLAGS_RELEASE ${USER_RELEASE_OPTIMIZATION_FLAGS})
- else(USER_RELEASE_OPTIMIZATION_FLAGS)