pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-GHTTP Do not pass "-I" to the linker.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fe6f4075138
branches:  trunk
changeset: 572453:5fe6f4075138
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 26 18:11:08 2010 +0000

description:
Do not pass "-I" to the linker.

diffstat:

 www/p5-HTTP-GHTTP/distinfo         |   3 ++-
 www/p5-HTTP-GHTTP/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 06bdd0d34022 -r 5fe6f4075138 www/p5-HTTP-GHTTP/distinfo
--- a/www/p5-HTTP-GHTTP/distinfo        Fri Feb 26 16:25:49 2010 +0000
+++ b/www/p5-HTTP-GHTTP/distinfo        Fri Feb 26 18:11:08 2010 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/16 05:01:06 minskim Exp $
+$NetBSD: distinfo,v 1.2 2010/02/26 18:11:08 joerg Exp $
 
 SHA1 (HTTP-GHTTP-1.07.tar.gz) = ea8db0a43f2a78f376db9b3ed238843c2a2bff94
 RMD160 (HTTP-GHTTP-1.07.tar.gz) = b5c37619a4d218561c2496807e88e36b4305a799
 Size (HTTP-GHTTP-1.07.tar.gz) = 8205 bytes
+SHA1 (patch-aa) = 3fef15e154a84794a89aaf4d96883b660d2c08ed
diff -r 06bdd0d34022 -r 5fe6f4075138 www/p5-HTTP-GHTTP/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTTP-GHTTP/patches/patch-aa        Fri Feb 26 18:11:08 2010 +0000
@@ -0,0 +1,13 @@
+$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';



Home | Main Index | Thread Index | Old Index