summaryrefslogtreecommitdiff
path: root/lang/perl5/patches/patch-ac
blob: c21de046084df26abb345c7e2fd0e7211a55db35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.6 2000/08/30 18:42:24 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(