sys-libs/readline: remove unused patch.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 10 Oct 2017 13:41:36 +0000 (15:41 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 20 Oct 2017 07:45:17 +0000 (09:45 +0200)
sys-libs/readline/files/readline-5.2-no-ignore-shlib-errors.patch [deleted file]

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 (file)
index fc63491..0000000
+++ /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 )