SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
net/trickle/patches/patch-configure_in
Normal file
14
net/trickle/patches/patch-configure_in
Normal file
|
@ -0,0 +1,14 @@
|
|||
Deprecated and dangerous autoconf idiom that checks for a type that
|
||||
isn't used anywhere in the source and breaks the inclusion of
|
||||
<netinet/in.h>.
|
||||
|
||||
--- configure.in.orig Fri Feb 3 17:10:04 2017
|
||||
+++ configure.in Fri Feb 3 17:15:48 2017
|
||||
@@ -67,7 +67,6 @@ AC_CHECK_TYPE(u_int64_t, unsigned long long)
|
||||
AC_CHECK_TYPE(u_int32_t, unsigned int)
|
||||
AC_CHECK_TYPE(u_int16_t, unsigned short)
|
||||
AC_CHECK_TYPE(u_int8_t, unsigned char)
|
||||
-AC_CHECK_TYPE(in_addr_t, unsigned long)
|
||||
|
||||
dnl Checks for library functions.
|
||||
AC_PROG_GCC_TRADITIONAL
|
Loading…
Add table
Add a link
Reference in a new issue