From c2031d75054696f712a34f1107fecb340ddf2a50 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 6 May 2004 11:09:23 +0000 Subject: Fix build on -STABLE. PR: ports/66212 Submitted by: Jean-Baptiste Quenot (maintainer) --- comms/efax-gtk/files/patch-config | 11 ----------- comms/efax-gtk/files/patch-src::config.h.in | 12 ++++++++++++ comms/efax-gtk/files/patch-src::prog_defs.h | 11 +++++++++++ 3 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 comms/efax-gtk/files/patch-config create mode 100644 comms/efax-gtk/files/patch-src::config.h.in create mode 100644 comms/efax-gtk/files/patch-src::prog_defs.h (limited to 'comms/efax-gtk') 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 does not define. */ - #undef size_t - --/* Define to `unsigned int' if does not define. */ --#undef socklen_t -- - /* Define to `signed int' if 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 does not define. */ + #undef size_t +- +-/* Define to `unsigned int' if does not define. */ +-#undef socklen_t +- +-/* Define to `signed int' if 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 ++ + #include "config.h" + + // deal with any configuration issues arising from config.h -- cgit v1.2.3