summaryrefslogtreecommitdiff
path: root/lang/perl5-current/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5-current/patches/patch-ac')
-rw-r--r--lang/perl5-current/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/perl5-current/patches/patch-ac b/lang/perl5-current/patches/patch-ac
deleted file mode 100644
index 324943ef045..00000000000
--- a/lang/perl5-current/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2000/08/27 20:55:57 jlam Exp $
-
---- ext/POSIX/Makefile.PL.orig Wed Mar 22 11:23:03 2000
-+++ ext/POSIX/Makefile.PL
-@@ -6,7 +6,7 @@
- @libs = ('LIBS' => ["-lm -lc -lposix -lcposix"]);
- }
- else {
-- @libs = ('LIBS' => ["-lm -lposix -lcposix"]);
-+ @libs = ('LIBS' => ["-lm"]);
- }
- }
- WriteMakefile(