diff options
Diffstat (limited to 'mail/postfix-gps-devel/files')
-rw-r--r-- | mail/postfix-gps-devel/files/patch-configure.in | 12 | ||||
-rw-r--r-- | mail/postfix-gps-devel/files/patch-src::Makefile.am | 9 | ||||
-rw-r--r-- | mail/postfix-gps-devel/files/patch-src::pmatcher.h | 10 |
3 files changed, 0 insertions, 31 deletions
diff --git a/mail/postfix-gps-devel/files/patch-configure.in b/mail/postfix-gps-devel/files/patch-configure.in deleted file mode 100644 index 9b61221091ba..000000000000 --- a/mail/postfix-gps-devel/files/patch-configure.in +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.in.orig Fri Sep 17 07:55:55 2004 -+++ configure.in Mon Sep 20 01:48:31 2004 -@@ -20,9 +20,6 @@ - - AC_LANG_CPLUSPLUS - AC_PROG_CXX --AM_PROG_LIBTOOL --AC_PROG_LD --AM_PROG_LD - dnl AC_CHECK_LIB(dbi, libdbi) - - AC_HAVE_HEADERS(syslog.h) diff --git a/mail/postfix-gps-devel/files/patch-src::Makefile.am b/mail/postfix-gps-devel/files/patch-src::Makefile.am deleted file mode 100644 index 6cb666ce6f83..000000000000 --- a/mail/postfix-gps-devel/files/patch-src::Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ ---- src/Makefile.am.orig Sun Nov 21 01:41:36 2004 -+++ src/Makefile.am Sun Jan 9 16:45:10 2005 -@@ -9,5 +9,5 @@ - noinst_HEADERS = configreader.h db.h read.h triplet.h defs.h strtrim.h cfg.h \ - wlmodule.h wldb.h tmplwlmod.h dbdefs.h doxygen.h wlcacheddb.h dbiquote.h \ - regexcpp.h pmatcher.h action.h --gps_LDADD = -lpthread -ldbi -ldl -+gps_LDADD = -ldbi ${PTHREAD_LIBS} - METASOURCES = AUTO diff --git a/mail/postfix-gps-devel/files/patch-src::pmatcher.h b/mail/postfix-gps-devel/files/patch-src::pmatcher.h deleted file mode 100644 index 78d804db9ce7..000000000000 --- a/mail/postfix-gps-devel/files/patch-src::pmatcher.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/pmatcher.h.orig Sun Nov 21 05:37:49 2004 -+++ src/pmatcher.h Sun Jan 9 16:50:54 2005 -@@ -24,6 +24,7 @@ - #include <string> - //getnameinfo - #include <netdb.h> -+#include <sys/socket.h> - // - #include "regexcpp.h" - #include "triplet.h" |