summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-12-13 09:29:20 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-12-26 23:04:53 +0100
commit86d4b139c81a8fcda52ec981fff0500e9fd91e6f (patch)
tree1b435e6f53b822a8772ebdffaf66821c9016aa39 /sci-electronics
parentapp-crypt/tpm2-tss: remove unused patch (diff)
downloadgentoo-86d4b139c81a8fcda52ec981fff0500e9fd91e6f.tar.gz
gentoo-86d4b139c81a8fcda52ec981fff0500e9fd91e6f.tar.bz2
gentoo-86d4b139c81a8fcda52ec981fff0500e9fd91e6f.zip
sci-electronics/magic: remove unused patches
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18633 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r--sci-electronics/magic/files/magic-7.5.231-blt-test.patch11
-rw-r--r--sci-electronics/magic/files/magic-7.5.231-ldflags.patch16
2 files changed, 0 insertions, 27 deletions
diff --git a/sci-electronics/magic/files/magic-7.5.231-blt-test.patch b/sci-electronics/magic/files/magic-7.5.231-blt-test.patch
deleted file mode 100644
index bf78f3f5b6b2..000000000000
--- a/sci-electronics/magic/files/magic-7.5.231-blt-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- magic-7.5.231/scripts/configure.in
-+++ magic-7.5.231/scripts/configure.in
-@@ -1695,7 +1695,7 @@
- if {[[catch {package require BLT}]]} {puts stdout no} {puts stdout yes}
- exit
- EOF
-- usingBLT=`cat temp.out`
-+ usingBLT=yes
- rm -f temp.out
- if test "x${usingBLT}" = "xyes" ; then
- echo "yes"
diff --git a/sci-electronics/magic/files/magic-7.5.231-ldflags.patch b/sci-electronics/magic/files/magic-7.5.231-ldflags.patch
deleted file mode 100644
index 32555d66f81e..000000000000
--- a/sci-electronics/magic/files/magic-7.5.231-ldflags.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- magic-7.5.231/scripts/configure.in
-+++ magic-7.5.231/scripts/configure.in
-@@ -1428,11 +1428,11 @@
- ;;
-
- *-linux*)
-- LDDL_FLAGS='-shared -Wl,-soname,$@'
-+ LDDL_FLAGS+=' -shared -Wl,-soname,$@'
- if test "x${loader_run_path}" != "x" ; then
- LD_RUN_PATH="${LD_RUN_PATH} -Wl,-rpath,${loader_run_path}"
- fi
-- LDFLAGS=""
-+ LDFLAGS+=" "
- EXTRA_LIB_SPECS="-ldl"
- ;;
-