summaryrefslogtreecommitdiff
path: root/devel/libnet
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-07-06 12:56:30 +0000
committermarkd <markd@pkgsrc.org>2006-07-06 12:56:30 +0000
commit6d1b8704902a58a9cda76d635ddb4309dbd8feab (patch)
tree590d16a892dfd2e8becb21ef15e5f84c77b77f32 /devel/libnet
parent056c59d2bc2960c285358a8660d47a4670377da2 (diff)
downloadpkgsrc-6d1b8704902a58a9cda76d635ddb4309dbd8feab.tar.gz
Add a missing instance of a fix for broken configure test for Solaris.
really fixes PR pkg/25083.
Diffstat (limited to 'devel/libnet')
-rw-r--r--devel/libnet/distinfo4
-rw-r--r--devel/libnet/patches/patch-ac13
2 files changed, 13 insertions, 4 deletions
diff --git a/devel/libnet/distinfo b/devel/libnet/distinfo
index 41f4ee7a830..54e392296a1 100644
--- a/devel/libnet/distinfo
+++ b/devel/libnet/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2005/12/02 21:13:56 joerg Exp $
+$NetBSD: distinfo,v 1.9 2006/07/06 12:56:30 markd Exp $
SHA1 (libnet-1.0.2a.tar.gz) = 804eaf43bb90f93e505d46a9668c914a112bf136
RMD160 (libnet-1.0.2a.tar.gz) = 43dd2edc31e56b42792727b88d81342dc26d3308
Size (libnet-1.0.2a.tar.gz) = 140191 bytes
SHA1 (patch-aa) = 5dc17a1cac05cf0ea80e421b4e1f092cfc172550
SHA1 (patch-ab) = 56a2cb8b214529fdaacdbc6154ec2fc88edfa1c8
-SHA1 (patch-ac) = 7e64b5574869ff82ce0d89e04f96f8f7da2bb9b8
+SHA1 (patch-ac) = 8a329e6f71fea449d6f7bf913c34627285452b66
diff --git a/devel/libnet/patches/patch-ac b/devel/libnet/patches/patch-ac
index 9f626174ca7..df0fe2b65d7 100644
--- a/devel/libnet/patches/patch-ac
+++ b/devel/libnet/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.4 2005/12/02 21:13:56 joerg Exp $
+$NetBSD: patch-ac,v 1.5 2006/07/06 12:56:30 markd Exp $
---- configure.orig 2001-01-17 21:59:33.000000000 +0100
+--- configure.orig 2001-01-18 09:59:33.000000000 +1300
+++ configure
@@ -506,7 +506,7 @@ fi
@@ -20,6 +20,15 @@ $NetBSD: patch-ac,v 1.4 2005/12/02 21:13:56 joerg Exp $
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
+@@ -806,7 +806,7 @@ fi
+ rm -fr conftest*
+ ac_ext=c
+ # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
+-ac_cpp='$CPP $CPPFLAGS'
++ac_cpp='${CC-cc} -E $CPPFLAGS'
+ ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
+ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+ cross_compiling=$ac_cv_prog_cc_cross
@@ -1284,7 +1284,7 @@ fi
echo $ac_n "checking low-level packet interface type""... $ac_c" 1>&6
echo "configure:1286: checking low-level packet interface type" >&5