diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /net/dosdetector/files | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'net/dosdetector/files')
-rw-r--r-- | net/dosdetector/files/patch-configure.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/dosdetector/files/patch-configure.in b/net/dosdetector/files/patch-configure.in new file mode 100644 index 000000000000..69a122279615 --- /dev/null +++ b/net/dosdetector/files/patch-configure.in @@ -0,0 +1,12 @@ +--- configure.in.orig 2005-05-14 18:34:06.000000000 +0000 ++++ configure.in 2010-06-14 12:52:12.000000000 +0000 +@@ -25,4 +25,7 @@ + [AC_MSG_ERROR([Require in.h header !])]) +-AC_CHECK_HEADER(netinet/ip.h,, +- [AC_MSG_ERROR([Require ip.h header !])]) ++dnl XXX: autoconf-2.64 is a bit more stringent in its checks requiring ++dnl XXX: hacks for headers that require other header to function ++dnl XXX: so disable this for now ++dnl AC_CHECK_HEADER(netinet/ip.h,, ++dnl [AC_MSG_ERROR([Require ip.h header !])]) + AC_CHECK_HEADER(sys/socket.h,, |