pkgsrc/www/p5-HTTP-GHTTP/patches/patch-aa

14 lines
464 B
Text
Raw Normal View History

2010-02-26 19:11:08 +01:00
$NetBSD: patch-aa,v 1.1 2010/02/26 18:11:08 joerg Exp $
--- Makefile.PL.orig 2010-02-26 17:56:40.000000000 +0000
+++ Makefile.PL
@@ -41,7 +41,7 @@ OPT
}
-my $LINK = "$Config{ld} -o conftest $Config{ccflags} -I$Config{incpath} %s $Config{ldflags} conftest.c $Config{libs} %s %s";
+my $LINK = "$Config{ld} -o conftest $Config{ccflags} %s $Config{ldflags} conftest.c $Config{libs} %s %s";
if ($config{LIBS} !~ /\-lghttp/) {
$config{LIBS} .= ' -lghttp';