freebsd-ports/audio/epos-devel/files/patch-configure
Volker Stolz c0a88b673c Fix compilation on 4.x
Approved by: maintainer timeout (unpatched for >1 month)
2005-10-19 16:11:30 +00:00

16 lines
266 B
Text

$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 ()