diff options
author | vs <vs@FreeBSD.org> | 2004-05-06 11:09:23 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-06 11:09:23 +0000 |
commit | 96828237485afb648fd0ed02820e992f493f17da (patch) | |
tree | e4655b8b07e03d07fc38c3452376e738741591f4 /comms | |
parent | ae8dd4bc05f5af420ddbe12ce22da940f12123bf (diff) | |
download | FreeBSD-ports-96828237485afb648fd0ed02820e992f493f17da.zip FreeBSD-ports-96828237485afb648fd0ed02820e992f493f17da.tar.gz |
Fix build on -STABLE.
PR: ports/66212
Submitted by: Jean-Baptiste Quenot (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/files/patch-config | 11 | ||||
-rw-r--r-- | comms/efax-gtk/files/patch-src::config.h.in | 12 | ||||
-rw-r--r-- | comms/efax-gtk/files/patch-src::prog_defs.h | 11 |
3 files changed, 23 insertions, 11 deletions
diff --git a/comms/efax-gtk/files/patch-config b/comms/efax-gtk/files/patch-config deleted file mode 100644 index c492704..0000000 --- a/comms/efax-gtk/files/patch-config +++ /dev/null @@ -1,11 +0,0 @@ ---- src/config.h.in.orig Sun Feb 29 15:30:29 2004 -+++ src/config.h.in Sun Feb 29 15:30:35 2004 -@@ -80,8 +80,5 @@ - /* Define to `unsigned' if <sys/types.h> does not define. */ - #undef size_t - --/* Define to `unsigned int' if <sys/types.h> does not define. */ --#undef socklen_t -- - /* Define to `signed int' if <sys/types.h> does not define. */ - #undef ssize_t diff --git a/comms/efax-gtk/files/patch-src::config.h.in b/comms/efax-gtk/files/patch-src::config.h.in new file mode 100644 index 0000000..3955f3c --- /dev/null +++ b/comms/efax-gtk/files/patch-src::config.h.in @@ -0,0 +1,12 @@ +--- src/config.h.in.orig Thu Feb 5 21:37:17 2004 ++++ src/config.h.in Mon May 3 11:09:39 2004 +@@ -79,9 +79,3 @@ + + /* Define to `unsigned' if <sys/types.h> does not define. */ + #undef size_t +- +-/* Define to `unsigned int' if <sys/types.h> does not define. */ +-#undef socklen_t +- +-/* Define to `signed int' if <sys/types.h> does not define. */ +-#undef ssize_t diff --git a/comms/efax-gtk/files/patch-src::prog_defs.h b/comms/efax-gtk/files/patch-src::prog_defs.h new file mode 100644 index 0000000..a7665d1 --- /dev/null +++ b/comms/efax-gtk/files/patch-src::prog_defs.h @@ -0,0 +1,11 @@ +--- src/prog_defs.h.orig Mon May 3 16:44:33 2004 ++++ src/prog_defs.h Mon May 3 16:44:46 2004 +@@ -9,6 +9,8 @@ + #ifndef PROG_DEFS_H + #define PROG_DEFS_H + ++#include <unistd.h> ++ + #include "config.h" + + // deal with any configuration issues arising from config.h |