pkgsrc/net/ns/patches/patch-ae
minskim 25aeea90f3 Update ns to 2.28.
Changes:
  - Added code for mac802.15.4.
  - Improve Cygwin compatibility.
  - Bug fixes.
2005-09-08 02:50:58 +00:00

13 lines
679 B
Text

$NetBSD: patch-ae,v 1.3 2005/09/08 02:50:58 minskim Exp $
--- configure.in.orig 2005-01-19 10:23:17.000000000 -0800
+++ configure.in
@@ -39,7 +39,7 @@ fi
AC_HEADER_STDC
dnl AC_CHECK_FUNCS will place -D's in @DEFS@
-AC_CHECK_HEADERS(arpa/inet.h fenv.h netinet/in.h string.h strings.h time.h unistd.h net/ethernet.h)
+AC_CHECK_HEADERS(arpa/inet.h fenv.h netinet/in.h string.h strings.h time.h unistd.h net/if.h net/ethernet.h netinet/if_ether.h sys/socket.h)
dnl check for libm is needed for subseq checks
AC_CHECK_LIB(m, main, , AC_MSG_ERROR(Could not find math library, cannot continue.))
AC_CHECK_FUNCS(bcopy bzero fesetprecision feenableexcept getrusage sbrk snprintf)