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 @@
--- configure.orig Sat Jan 7 17:32:32 2012
+++ configure Sat Jan 7 17:33:52 2012
@@ -2001,9 +2001,10 @@ else
cat > conftest.$ac_ext <<EOF
#line 2003 "configure"
#include "confdefs.h"
+#include <sys/types.h>
#include <sys/socket.h>
int main() {
-socklen_t len = 42; return len;
+socklen_t x;
; return 0; }
EOF
if { (eval echo configure:2010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then