diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-30 18:54:14 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-12-31 09:50:23 +0100 |
commit | 311b2ca28d13fd8002c4f86a60f6e683e20ae1e2 (patch) | |
tree | 349d8f0edc50d9056dc790e720d71a712bb8ce18 /sci-libs | |
parent | sci-libs/daal4py: remove unused patches (diff) | |
download | sci-311b2ca28d13fd8002c4f86a60f6e683e20ae1e2.tar.gz sci-311b2ca28d13fd8002c4f86a60f6e683e20ae1e2.tar.bz2 sci-311b2ca28d13fd8002c4f86a60f6e683e20ae1e2.zip |
sci-libs/handyg: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/handyg/files/handyg-0.1.5-ld.patch | 22 |
1 files changed, 0 insertions, 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 ;; |