Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gmic/files/
Date: Fri, 04 Feb 2022 23:12:49
Message-Id: 1644016358.995e962c2c902af368a5f1140633cbf8b7bf9c9a.marecki@gentoo
1 commit: 995e962c2c902af368a5f1140633cbf8b7bf9c9a
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 23:07:28 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 23:12:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=995e962c
7
8 media-gfx/gmic: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/24071
11 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
12
13 media-gfx/gmic/files/gmic-2.9.2_ipa-sra.patch | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/media-gfx/gmic/files/gmic-2.9.2_ipa-sra.patch b/media-gfx/gmic/files/gmic-2.9.2_ipa-sra.patch
17 deleted file mode 100644
18 index 384856a0464f..000000000000
19 --- a/media-gfx/gmic/files/gmic-2.9.2_ipa-sra.patch
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -A GCC-specific setting from years ago. gcc-9 quietly ignores it (the
23 -resulting binaries appear to be the same whether -fno-ipa-sra has been
24 -specified or not), clang fails on it as not recognised.
25 -Just get rid of it altogether.
26 ---- a/CMakeLists.txt
27 -+++ b/CMakeLists.txt
28 -@@ -100,7 +100,7 @@
29 - if(APPLE)
30 - set(COMPILE_FLAGS "${COMPILE_FLAGS} -mmacosx-version-min=10.8 -stdlib=libc++ -Wno-error=c++11-narrowing -Wc++11-extensions -fpermissive")
31 - else()
32 -- set(COMPILE_FLAGS "${COMPILE_FLAGS} -Wno-error=narrowing -fno-ipa-sra -fpermissive")
33 -+ set(COMPILE_FLAGS "${COMPILE_FLAGS} -Wno-error=narrowing -fpermissive")
34 - endif()
35 -
36 - if(NOT "${PRERELEASE_TAG}" STREQUAL "")