summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-10-10 15:41:36 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-20 09:45:17 +0200
commite0b6c9fd8cc03a5af01c2ffe1e3cfaf1c153164c (patch)
tree30c48b66b3c7dc130f8303a7a462aa6fd407dc1f /sys-libs/readline/files
parentsys-apps/util-linux: remove unused patch. (diff)
downloadgentoo-e0b6c9fd8cc03a5af01c2ffe1e3cfaf1c153164c.tar.gz
gentoo-e0b6c9fd8cc03a5af01c2ffe1e3cfaf1c153164c.tar.bz2
gentoo-e0b6c9fd8cc03a5af01c2ffe1e3cfaf1c153164c.zip
sys-libs/readline: remove unused patch.
Diffstat (limited to 'sys-libs/readline/files')
-rw-r--r--sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch b/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch
deleted file mode 100644
index fc6349113167..000000000000
--- a/sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-dont ignore errors in the shlib subdir
-
-http://bugs.gentoo.org/216952
-
---- Makefile.in
-+++ Makefile.in
-@@ -194,7 +194,7 @@
-
- shared: force
- -test -d shlib || mkdir shlib
-- -( cd shlib ; ${MAKE} ${MFLAGS} all )
-+ ( cd shlib ; ${MAKE} ${MFLAGS} all )
-
- documentation: force
- -test -d doc || mkdir doc
-@@ -238,7 +238,7 @@
- -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )
-
- install-shared: installdirs install-headers shared install-doc
-- -( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
-+ ( cd shlib ; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} install )
-
- uninstall-shared: maybe-uninstall-headers
- -( cd shlib; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} uninstall )