summaryrefslogtreecommitdiff
path: root/audio/gnump3d/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnump3d/files/patch-configure.in')
-rw-r--r--audio/gnump3d/files/patch-configure.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/gnump3d/files/patch-configure.in b/audio/gnump3d/files/patch-configure.in
new file mode 100644
index 000000000000..849548066e57
--- /dev/null
+++ b/audio/gnump3d/files/patch-configure.in
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- configure.in.orig Wed Aug 14 14:45:44 2002
++++ configure.in Wed Aug 14 14:46:10 2002
+@@ -97,7 +97,8 @@
+
+ dnl check for Unix98 socklen_t
+ AC_MSG_CHECKING(for socklen_t)
+-AC_TRY_COMPILE([#include <sys/socket.h>
++AC_TRY_COMPILE([#include <sys/types.h>
++#include <sys/socket.h>
+ socklen_t x;
+ ],[],[AC_MSG_RESULT(yes)],[
+ AC_TRY_COMPILE([#include <sys/socket.h>