diff options
Diffstat (limited to 'sysutils/fam/patches/patch-aa')
-rw-r--r-- | sysutils/fam/patches/patch-aa | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/fam/patches/patch-aa b/sysutils/fam/patches/patch-aa index 46956a71914..665ba0b061f 100644 --- a/sysutils/fam/patches/patch-aa +++ b/sysutils/fam/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2004/03/29 15:39:11 minskim Exp $ +$NetBSD: patch-aa,v 1.6 2004/04/18 17:11:08 jmmv Exp $ ---- configure.ac.orig 2003-11-26 13:47:59.000000000 -0600 +--- configure.ac.orig 2003-11-26 20:47:59.000000000 +0100 +++ configure.ac @@ -31,7 +31,7 @@ AC_CHECK_LIB([rpcsvc], [pmap_set]) # Checks for header files. @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.5 2004/03/29 15:39:11 minskim Exp $ if test "$have_sys_imon_h"; then MONITOR_FUNCS=IMonIRIX -@@ -51,7 +51,9 @@ AC_C_INLINE +@@ -51,12 +51,14 @@ AC_C_INLINE AC_TYPE_PID_T AC_TYPE_SIZE_T AC_HEADER_TIME @@ -22,3 +22,9 @@ $NetBSD: patch-aa,v 1.5 2004/03/29 15:39:11 minskim Exp $ # Checks for library functions. AC_FUNC_ERROR_AT_LINE + AC_FUNC_SELECT_ARGTYPES +-AC_CHECK_FUNCS([bindresvport _daemonize daemon getgrmember select]) ++AC_CHECK_FUNCS([bindresvport _daemonize daemon getgrmember select unsetenv]) + + AC_CONFIG_FILES([Makefile + src/Makefile |