diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-14 09:30:56 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-14 22:33:26 -0400 |
commit | 2ffd59f21c979527bb1c7360c075ece11d53cb73 (patch) | |
tree | 2be850a3188224e976b38fbf07ded57fa9b8a315 /dev-lang/perl | |
parent | dev-db/redis: remove unused file (diff) | |
download | gentoo-2ffd59f21c979527bb1c7360c075ece11d53cb73.tar.gz gentoo-2ffd59f21c979527bb1c7360c075ece11d53cb73.tar.bz2 gentoo-2ffd59f21c979527bb1c7360c075ece11d53cb73.zip |
dev-lang/perl: remove unused patch
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16231
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-lang/perl')
-rw-r--r-- | dev-lang/perl/files/perl-5.24-libnsl.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-lang/perl/files/perl-5.24-libnsl.patch b/dev-lang/perl/files/perl-5.24-libnsl.patch deleted file mode 100644 index 5cd6f88c998e..000000000000 --- a/dev-lang/perl/files/perl-5.24-libnsl.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Configure b/Configure -index e32d18ce1f..85ab0249bc 100755 ---- a/Configure -+++ b/Configure -@@ -1497,7 +1497,7 @@ archname='' - usereentrant='undef' - : List of libraries we want. - : If anyone needs extra -lxxx, put those in a hint file. --libswanted="cl pthread socket bind inet nsl ndbm gdbm dbm db malloc dl ld" -+libswanted="cl pthread socket bind inet ndbm gdbm dbm db malloc dl ld" - libswanted="$libswanted sun m crypt sec util c cposix posix ucb bsd BSD" - : We probably want to search /usr/shlib before most other libraries. - : This is only used by the lib/ExtUtils/MakeMaker.pm routine extliblist. |