summaryrefslogtreecommitdiff
path: root/audio
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
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')
-rw-r--r--audio/epos-devel/files/patch-configure16
-rw-r--r--audio/epos-devel/files/patch-src_epos.h13
2 files changed, 29 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 ()
diff --git a/audio/epos-devel/files/patch-src_epos.h b/audio/epos-devel/files/patch-src_epos.h
new file mode 100644
index 000000000000..377a8660e210
--- /dev/null
+++ b/audio/epos-devel/files/patch-src_epos.h
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- src/epos.h.orig
++++ src/epos.h
+@@ -43,6 +43,7 @@
+ #include <rx.h>
+ #else
+ #ifdef HAVE_REGEX_H
++ #include <sys/types.h>
+ #include <regex.h>
+ #else
+ #include "rx.h"