summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-10-07 16:03:10 +0000
committerjoerg <joerg@pkgsrc.org>2008-10-07 16:03:10 +0000
commit98648e83e3e145ada4121bc6b2ee0f891a4e7821 (patch)
treef5f8cb6591b41ca6ead648cde05e24b92428f91b /pkgtools
parentd31f76bbcb7e579636f5bb532e94d124a8fea6d2 (diff)
downloadpkgsrc-98648e83e3e145ada4121bc6b2ee0f891a4e7821.tar.gz
Check for existance of sysexits.h and regen config.h.in.
Diffstat (limited to 'pkgtools')
-rwxr-xr-xpkgtools/libnbcompat/files/configure3
-rw-r--r--pkgtools/libnbcompat/files/configure.ac4
-rw-r--r--pkgtools/libnbcompat/files/nbcompat/config.h.in10
3 files changed, 6 insertions, 11 deletions
diff --git a/pkgtools/libnbcompat/files/configure b/pkgtools/libnbcompat/files/configure
index fd8f7bd913f..8240adf7de9 100755
--- a/pkgtools/libnbcompat/files/configure
+++ b/pkgtools/libnbcompat/files/configure
@@ -3993,6 +3993,7 @@ done
+
for ac_header in alloca.h assert.h ctype.h dirent.h err.h errno.h fcntl.h \
fnmatch.h fts.h grp.h inttypes.h libutil.h limits.h \
machine/endian.h ndir.h netdb.h paths.h pwd.h signal.h \
@@ -4000,7 +4001,7 @@ for ac_header in alloca.h assert.h ctype.h dirent.h err.h errno.h fcntl.h \
stdlib.h string.h sys/byteorder.h sys/cdefs.h sys/dir.h sys/endian.h \
sys/file.h sys/mkdev.h sys/ndir.h sys/param.h sys/socket.h sys/stat.h \
sys/statfs.h sys/statvfs.h sys/time.h sys/ttycom.h sys/types.h \
- sys/uio.h sys/vfs.h termcap.h time.h tzfile.h unistd.h \
+ sys/uio.h sys/vfs.h sysexits.h termcap.h time.h tzfile.h unistd.h \
util.h utime.h
do
diff --git a/pkgtools/libnbcompat/files/configure.ac b/pkgtools/libnbcompat/files/configure.ac
index 99bc8a68449..bd93aa4f032 100644
--- a/pkgtools/libnbcompat/files/configure.ac
+++ b/pkgtools/libnbcompat/files/configure.ac
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.66 2008/10/06 12:36:20 joerg Exp $
+dnl $NetBSD: configure.ac,v 1.67 2008/10/07 16:03:10 joerg Exp $
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
@@ -39,7 +39,7 @@ AC_CHECK_HEADERS([alloca.h assert.h ctype.h dirent.h err.h errno.h fcntl.h \
stdlib.h string.h sys/byteorder.h sys/cdefs.h sys/dir.h sys/endian.h \
sys/file.h sys/mkdev.h sys/ndir.h sys/param.h sys/socket.h sys/stat.h \
sys/statfs.h sys/statvfs.h sys/time.h sys/ttycom.h sys/types.h \
- sys/uio.h sys/vfs.h termcap.h time.h tzfile.h unistd.h \
+ sys/uio.h sys/vfs.h sysexits.h termcap.h time.h tzfile.h unistd.h \
util.h utime.h
])
AC_CHECK_HEADERS([sys/mount.h], [:], [:], [
diff --git a/pkgtools/libnbcompat/files/nbcompat/config.h.in b/pkgtools/libnbcompat/files/nbcompat/config.h.in
index 6ef7445cb58..d6e5db48cad 100644
--- a/pkgtools/libnbcompat/files/nbcompat/config.h.in
+++ b/pkgtools/libnbcompat/files/nbcompat/config.h.in
@@ -15,9 +15,6 @@
/* Define to 1 if you have the `bcopy' function. */
#undef HAVE_BCOPY
-/* Define to 1 if you have the <bind/bitypes.h> header file. */
-#undef HAVE_BIND_BITYPES_H
-
/* Define to 1 if you have the `bzero' function. */
#undef HAVE_BZERO
@@ -236,9 +233,6 @@
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
-/* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */
-#undef HAVE_NETINET_IN6_MACHTYPES_H
-
/* Define to 1 if you have the <paths.h> header file. */
#undef HAVE_PATHS_H
@@ -387,8 +381,8 @@
/* Define to 1 if you have the `svis' function. */
#undef HAVE_SVIS
-/* Define to 1 if you have the <sys/bitypes.h> header file. */
-#undef HAVE_SYS_BITYPES_H
+/* Define to 1 if you have the <sysexits.h> header file. */
+#undef HAVE_SYSEXITS_H
/* Define to 1 if you have the <sys/byteorder.h> header file. */
#undef HAVE_SYS_BYTEORDER_H