ports/www/squid/files/patch-configure
2024-12-29 19:58:59 +03:00

39 lines
913 B
Text

--- configure.orig 2024-10-11 07:24:17 UTC
+++ configure
@@ -29452,7 +29452,7 @@ fi
fi
-if test "x$with_nettle" != "xno"]
+if test "x$with_nettle" != "xno"
then :
@@ -44043,7 +44043,10 @@ else $as_nop
else $as_nop
- BUILD_HELPER=""
+# XXX: On FreeBSD we have to do this to make NIS work
+# until https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188247
+# is resolved.
+ BUILD_HELPER="NIS"
fi
@@ -50892,6 +50895,7 @@ ac_fn_cxx_check_type "$LINENO" "cpu_set_t" "ac_cv_type
ac_fn_cxx_check_type "$LINENO" "cpu_set_t" "ac_cv_type_cpu_set_t" "
#if HAVE_SCHED_H
+#define _WITH_CPU_SET_T
#include <sched.h>
#endif
@@ -53860,6 +53864,7 @@ else $as_nop
# include <sys/ioccom.h>
# include <netinet/in.h>
#undef minor_t
+# include <net/if.h> /* IFNAMSIZ */
# include <netinet/ip_compat.h>
# include <netinet/ip_fil.h>
# include <netinet/ip_nat.h>