diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-08 11:12:10 +0200 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2018-07-11 12:31:08 +0100 |
commit | 8197c6a379bae9ec9975e782ed3683373c60da5c (patch) | |
tree | d577acfc1638376519f7eeb02ab38216174f7138 /sci-mathematics | |
parent | dev-ruby/gherkin: remove unused patch(es) (diff) | |
download | gentoo-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')
-rw-r--r-- | sci-mathematics/calc/files/calc-2.12.2.2-libdir-fix.patch | 12 |
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}" |