diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-06 11:09:23 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-06 11:09:23 +0000 |
commit | c2031d75054696f712a34f1107fecb340ddf2a50 (patch) | |
tree | e1b668982ae574e7dbb5dac3a99dccbb35199a07 /comms/efax-gtk | |
parent | 43be2336bdf0e262425802068b294f4b843d7db4 (diff) | |
download | ports-c2031d75054696f712a34f1107fecb340ddf2a50.tar.gz ports-c2031d75054696f712a34f1107fecb340ddf2a50.zip |
Notes
Diffstat (limited to 'comms/efax-gtk')
-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 c49270477f60..000000000000 --- 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 000000000000..3955f3cf6303 --- /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 000000000000..a7665d118db6 --- /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 |