summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-09-20 10:44:51 +0000
committertnn <tnn@pkgsrc.org>2009-09-20 10:44:51 +0000
commitdea89aebb884188cf8321fe5d33c3dea899ada66 (patch)
treeb474392d392a8f2917d669b200f2f73f775f231d /www/curl
parent1c4b20f00a1403ff195bb7649d7b6cbd13928197 (diff)
downloadpkgsrc-dea89aebb884188cf8321fe5d33c3dea899ada66.tar.gz
Don't do crazy CFLAGS 's/-I/-isystem /' substitutions in configure.
(this prevented pkgsrc wrappers from doing their work)
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/distinfo4
-rw-r--r--www/curl/patches/patch-aa17
2 files changed, 15 insertions, 6 deletions
diff --git a/www/curl/distinfo b/www/curl/distinfo
index 9466f82071b..fc18a0ab83a 100644
--- a/www/curl/distinfo
+++ b/www/curl/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.60 2009/08/16 13:47:35 wiz Exp $
+$NetBSD: distinfo,v 1.61 2009/09/20 10:44:51 tnn Exp $
SHA1 (curl-7.19.6.tar.bz2) = b7cb98c7a6577de7073d0b0c23eecdb8ed993e8e
RMD160 (curl-7.19.6.tar.bz2) = 7627d78ec681a513972be0cb5473b26805f44d83
Size (curl-7.19.6.tar.bz2) = 2347791 bytes
-SHA1 (patch-aa) = 2f9651c723ed91efecc7e565e74bc7740628163f
+SHA1 (patch-aa) = dd7708e359f63552970640366855fbf8669461df
diff --git a/www/curl/patches/patch-aa b/www/curl/patches/patch-aa
index 115170ff3d1..0ea2627972c 100644
--- a/www/curl/patches/patch-aa
+++ b/www/curl/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.13 2009/01/08 16:25:45 wiz Exp $
+$NetBSD: patch-aa,v 1.14 2009/09/20 10:44:51 tnn Exp $
---- configure.orig 2008-11-10 16:23:17.000000000 +0100
+--- configure.orig 2009-07-22 22:11:25.000000000 +0200
+++ configure
-@@ -31645,7 +31645,7 @@ echo "${ECHO_T}yes" >&6; }
+@@ -16858,7 +16858,7 @@ squeeze() {
+
+
+ #
+- if test "$compiler_id" != "unknown"; then
++ if false; then
+ #
+ if test "$compiler_id" = "GNU_C"; then
+
+@@ -23439,7 +23439,7 @@ $as_echo "yes" >&6; }
GSSAPI_LIBS=`$GSSAPI_ROOT/bin/krb5-config --libs gssapi`
elif test "$GSSAPI_ROOT" != "yes"; then
GSSAPI_INCS="-I$GSSAPI_ROOT/include"
@@ -11,7 +20,7 @@ $NetBSD: patch-aa,v 1.13 2009/01/08 16:25:45 wiz Exp $
fi
fi
-@@ -32192,13 +32192,13 @@ _ACEOF
+@@ -23996,13 +23996,13 @@ _ACEOF
LIBS="$LIBS $gss_libs"
elif test "$GSSAPI_ROOT" != "yes"; then
LDFLAGS="$LDFLAGS -L$GSSAPI_ROOT/lib$libsuff"