diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-06-12 15:43:00 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-06-12 15:43:00 +0000 |
commit | 3c41dcc16a22ea38d88e70f179c764015d6acac2 (patch) | |
tree | 3af8074a61d37863b9708dc199fbf8623482ad20 /mail/postfix-gps-devel/files/patch-src__pmatcher.h | |
parent | - Fix "Variable PKGNAMESUFFIX is recursive" problem encountered on older (diff) |
Update to gps development version 1.004 after repocopy from
ports/mail/postfix-gps.
PR: ports/81618
Submitted by: Dennis K Jensen <freebsd@freesbee.dk>
Repocopy by: marcus
Notes
Notes:
svn path=/head/; revision=137324
Diffstat (limited to 'mail/postfix-gps-devel/files/patch-src__pmatcher.h')
-rw-r--r-- | mail/postfix-gps-devel/files/patch-src__pmatcher.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/postfix-gps-devel/files/patch-src__pmatcher.h b/mail/postfix-gps-devel/files/patch-src__pmatcher.h new file mode 100644 index 000000000000..78d804db9ce7 --- /dev/null +++ b/mail/postfix-gps-devel/files/patch-src__pmatcher.h @@ -0,0 +1,10 @@ +--- 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" |