ports/devel/smpeg/patches/patch-configure

15 lines
409 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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