Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
$NetBSD: patch-ae,v 1.6 2013/02/10 05:55:07 manu Exp $
--- configure.ac.orig 2012-11-29 20:47:57.000000000 +0000
+++ configure.ac 2013-01-28 09:26:04.000000000 +0000
@@ -418,8 +418,9 @@
sys/time.h sys/ioctl.h sys/stat.h \
sys/mman.h sys/file.h sys/wait.h \
unistd.h signal.h libgen.h stropts.h \
syslog.h pwd.h grp.h \
+ net/if_tap.h \
sys/sockio.h sys/uio.h linux/sockios.h \
linux/types.h sys/poll.h sys/epoll.h err.h \
])
@@ -432,8 +433,11 @@
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
+#ifdef HAVE_NET_IF_H
+#include <net/if.h>
+#endif
#ifdef HAVE_NETINET_IN_H
#include <netinet/in.h>
#endif
#ifdef HAVE_WINDOWS_H