summaryrefslogtreecommitdiff
path: root/media-gfx/gmic/files/gmic-3.0.0_ipa-sra.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-28 16:04:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-28 16:04:24 +0000
commit158e7d0067767d034ef3a86a07afbf5bb9bf579f (patch)
treee845f4403370242aa438d03c25ff5813f01af6a4 /media-gfx/gmic/files/gmic-3.0.0_ipa-sra.patch
parent24a48769f03b243065aec42c384c39a2d2306964 (diff)
gentoo auto-resync : 28:02:2023 - 16:04:24
Diffstat (limited to 'media-gfx/gmic/files/gmic-3.0.0_ipa-sra.patch')
-rw-r--r--media-gfx/gmic/files/gmic-3.0.0_ipa-sra.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/media-gfx/gmic/files/gmic-3.0.0_ipa-sra.patch b/media-gfx/gmic/files/gmic-3.0.0_ipa-sra.patch
deleted file mode 100644
index 04cfa560f193..000000000000
--- a/media-gfx/gmic/files/gmic-3.0.0_ipa-sra.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-A GCC-specific setting from years ago. gcc-9 quietly ignores it (the
-resulting binaries appear to be the same whether -fno-ipa-sra has been
-specified or not), clang fails on it as not recognised.
-Just get rid of it altogether.
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -100,7 +100,7 @@
- if(APPLE)
- list(APPEND GMIC_CXX_COMPILE_FLAGS -mmacosx-version-min=10.8 -stdlib=libc++ -Wno-error=c++11-narrowing -Wc++11-extensions -fpermissive)
- else()
-- list(APPEND GMIC_CXX_COMPILE_FLAGS -Wno-error=narrowing -fno-ipa-sra -fpermissive)
-+ list(APPEND GMIC_CXX_COMPILE_FLAGS -Wno-error=narrowing -fpermissive)
- endif()
-
- if(NOT "${PRERELEASE_TAG}" STREQUAL "")