1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
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

17 lines
266 B
Plaintext

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