summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-07-08 11:12:10 +0200
committerTony Vroon <chainsaw@gentoo.org>2018-07-11 12:31:08 +0100
commit8197c6a379bae9ec9975e782ed3683373c60da5c (patch)
treed577acfc1638376519f7eeb02ab38216174f7138 /sci-mathematics/calc
parentdev-ruby/gherkin: remove unused patch(es) (diff)
downloadgentoo-8197c6a379bae9ec9975e782ed3683373c60da5c.tar.gz
gentoo-8197c6a379bae9ec9975e782ed3683373c60da5c.tar.bz2
gentoo-8197c6a379bae9ec9975e782ed3683373c60da5c.zip
sci-mathematics/calc: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/9129
Diffstat (limited to 'sci-mathematics/calc')
-rw-r--r--sci-mathematics/calc/files/calc-2.12.2.2-libdir-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-mathematics/calc/files/calc-2.12.2.2-libdir-fix.patch b/sci-mathematics/calc/files/calc-2.12.2.2-libdir-fix.patch
deleted file mode 100644
index f265793ab871..000000000000
--- a/sci-mathematics/calc/files/calc-2.12.2.2-libdir-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur calc-2.12.2.2.old/Makefile calc-2.12.2.2/Makefile
---- calc-2.12.2.2.old/Makefile 2007-09-29 12:58:19.000000000 -0400
-+++ calc-2.12.2.2/Makefile 2007-10-24 06:40:10.000000000 -0400
-@@ -1131,7 +1131,7 @@
- BLD_TYPE= calc-dynamic-only
- #
- CC_SHARE= -fPIC
--DEFAULT_LIB_INSTALL_PATH= ${PWD}:/lib:/usr/lib:${LIBDIR}:/usr/local/lib
-+DEFAULT_LIB_INSTALL_PATH= /lib:/usr/lib:${LIBDIR}:/usr/local/lib
- LD_SHARE= "-Wl,-rpath,${DEFAULT_LIB_INSTALL_PATH}" \
- "-Wl,-rpath-link,${DEFAULT_LIB_INSTALL_PATH}"
- LIBCALC_SHLIB= -shared "-Wl,-soname,libcalc${LIB_EXT_VERSION}"