SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/smpeg/patches/patch-configure
Normal file
14
devel/smpeg/patches/patch-configure
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue