summaryrefslogtreecommitdiff
path: root/sysutils/fam
diff options
context:
space:
mode:
authortron <tron>2004-03-29 15:12:57 +0000
committertron <tron>2004-03-29 15:12:57 +0000
commitfc700bcc8ba09605b1598eb29caa8af8f15c09d7 (patch)
tree30f0233bf92b4be9a4cbb4c580de11e58c95dc8c /sysutils/fam
parent6e41f62095904f59770a168e9332171bcbd20cd5 (diff)
downloadpkgsrc-fc700bcc8ba09605b1598eb29caa8af8f15c09d7.tar.gz
Include "sys/types.h" in configure test program checking for "sun_len"
in "struct sockaddr_in" to fix compile failure which causes incorrect auto configuration and later build failures under NetBSD 1.6.2_STABLE.
Diffstat (limited to 'sysutils/fam')
-rw-r--r--sysutils/fam/distinfo4
-rw-r--r--sysutils/fam/patches/patch-ax5
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/fam/distinfo b/sysutils/fam/distinfo
index 89cb940f80d..bb867b041d9 100644
--- a/sysutils/fam/distinfo
+++ b/sysutils/fam/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2004/03/28 22:00:05 minskim Exp $
+$NetBSD: distinfo,v 1.9 2004/03/29 15:12:57 tron Exp $
SHA1 (fam-2.7.0.tar.gz) = 6c2316f02acf89a41c42ffc3d7fd9cf5eada83a8
Size (fam-2.7.0.tar.gz) = 301974 bytes
@@ -15,4 +15,4 @@ SHA1 (patch-aj) = 7aa752e629ad32925ec58cbe1532e8c9bd454a24
SHA1 (patch-ao) = 64827309bf91a2018629e28fef20109dde3fbf01
SHA1 (patch-ap) = b8084876217ca0b8510175ca753a6bbe9378438e
SHA1 (patch-au) = 6bd507eb448b3fd126042759a3b6f70335401c5b
-SHA1 (patch-ax) = 3f341c6e63ca0014d28675dda174f63647e988f7
+SHA1 (patch-ax) = fe82b245825aaa2a0add5329bca69d20accc4105
diff --git a/sysutils/fam/patches/patch-ax b/sysutils/fam/patches/patch-ax
index a14e7a7b3b8..2d6db7d2033 100644
--- a/sysutils/fam/patches/patch-ax
+++ b/sysutils/fam/patches/patch-ax
@@ -1,4 +1,4 @@
-$NetBSD: patch-ax,v 1.5 2004/03/28 22:00:05 minskim Exp $
+$NetBSD: patch-ax,v 1.6 2004/03/29 15:12:57 tron Exp $
--- configure.orig 2003-11-26 13:47:26.000000000 -0600
+++ configure
@@ -50,7 +50,7 @@ $NetBSD: patch-ax,v 1.5 2004/03/28 22:00:05 minskim Exp $
int
main ()
{
-@@ -9910,7 +9914,101 @@ cat >>confdefs.h <<_ACEOF
+@@ -9910,7 +9914,102 @@ cat >>confdefs.h <<_ACEOF
#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
_ACEOF
@@ -106,6 +106,7 @@ $NetBSD: patch-ax,v 1.5 2004/03/28 22:00:05 minskim Exp $
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
++#include <sys/types.h>
+#include <sys/un.h>
+
+int