commit: 311b2ca28d13fd8002c4f86a60f6e683e20ae1e2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Dec 30 17:54:14 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sun Dec 31 08:50:23 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=311b2ca2
sci-libs/handyg: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-libs/handyg/files/handyg-0.1.5-ld.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/sci-libs/handyg/files/handyg-0.1.5-ld.patch b/sci-libs/handyg/files/handyg-0.1.5-ld.patch deleted file mode 100644 index f3f06cd91..000000000 --- a/sci-libs/handyg/files/handyg-0.1.5-ld.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/configure 2022-09-19 01:59:40.382091704 +0200 -+++ b/configure 2022-09-19 02:00:00.734380534 +0200 -@@ -358,7 +358,7 @@ - FLDFLAGS+=" $1" ;; - -Bstatic | -Bdynamic | *.ld) - echo "Found linker flag $1" 1>&2 -- FLDFLAGS+=" -Wl,$1" ;; -+ FLDFLAGS+=" $1" ;; - /*) - echo "Found linker flag $1" 1>&2 - FLDFLAGS+=" -L$1" ;; ---- a/configure 2022-09-19 02:02:18.064324729 +0200 -+++ b/configure 2022-09-19 02:02:22.935393539 +0200 -@@ -364,7 +364,7 @@ - FLDFLAGS+=" -L$1" ;; - -rpath*) - echo "Found linker flag $1" 1>&2 -- FLDFLAGS+=" -Wl,$1,$2" -+ FLDFLAGS+=" $1,$2" - shift ;; - -dynamic-linker) - shift ;;
