summaryrefslogtreecommitdiff
path: root/cad/gattrib/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'cad/gattrib/patches/patch-ab')
-rw-r--r--cad/gattrib/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/gattrib/patches/patch-ab b/cad/gattrib/patches/patch-ab
new file mode 100644
index 00000000000..ebd62372d1d
--- /dev/null
+++ b/cad/gattrib/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2004/10/02 00:50:14 dmcmahill Exp $
+
+--- configure.ac.orig Sat Mar 13 17:12:24 2004
++++ configure.ac
+@@ -126,7 +126,8 @@ AC_HEADER_STDC
+ AC_HEADER_SYS_WAIT
+ AC_HEADER_DIRENT
+ AC_CHECK_HEADERS(unistd.h string.h stdlib.h \
+- stdarg.h assert.h fcntl.h errno.h)
++ stdarg.h assert.h fcntl.h errno.h \
++ dirent.h sys/param.h)
+
+ # Checks for typedefs, structures, and compiler characteristics.
+ AC_C_CONST