summaryrefslogtreecommitdiff
path: root/audio/epos-devel/files/patch-configure
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-10-19 16:11:30 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-10-19 16:11:30 +0000
commitc0a88b673c41f705f9cbc790eef6b227f2a65e39 (patch)
tree33aaf4af94861e6b865f22c871e96da85ea6deba /audio/epos-devel/files/patch-configure
parentMake $LOCALBASE-aware (diff)
Fix compilation on 4.x
Approved by: maintainer timeout (unpatched for >1 month)
Notes
Notes: svn path=/head/; revision=145879
Diffstat (limited to 'audio/epos-devel/files/patch-configure')
-rw-r--r--audio/epos-devel/files/patch-configure16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/epos-devel/files/patch-configure b/audio/epos-devel/files/patch-configure
new file mode 100644
index 000000000000..2ffff08e604e
--- /dev/null
+++ b/audio/epos-devel/files/patch-configure
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- configure.orig
++++ configure
+@@ -14021,9 +14021,9 @@
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+ #ifdef HAVE_SYS_SOCKET_H
++ #include <sys/types.h>
+ #include <sys/socket.h>
+ #endif
+- #include <sys/types.h>
+ socklen_t x;
+ int
+ main ()