SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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