mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix compilation on 4.x
Approved by: maintainer timeout (unpatched for >1 month)
This commit is contained in:
parent
f73660194e
commit
c0a88b673c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145879
16
audio/epos-devel/files/patch-configure
Normal file
16
audio/epos-devel/files/patch-configure
Normal file
@ -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 ()
|
13
audio/epos-devel/files/patch-src_epos.h
Normal file
13
audio/epos-devel/files/patch-src_epos.h
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user