summaryrefslogtreecommitdiff
path: root/mail/libesmtp
diff options
context:
space:
mode:
authorgrant <grant>2004-12-18 16:05:11 +0000
committergrant <grant>2004-12-18 16:05:11 +0000
commit5f81432e3293fb2e49415c4e056ff09ac18cb1c7 (patch)
treef36c385af1fecb198acf4c0e61f65c31535cff2d /mail/libesmtp
parentc2eb2cb4d252143c661c77f3f91da8d7fc8995d4 (diff)
downloadpkgsrc-5f81432e3293fb2e49415c4e056ff09ac18cb1c7.tar.gz
build fixes on irix 5:
- pass option to configure to emulate getaddrinfo() - include sys/types.h fixes PR pkg/28439 from Georg Schwarz.
Diffstat (limited to 'mail/libesmtp')
-rw-r--r--mail/libesmtp/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/libesmtp/patches/patch-ae b/mail/libesmtp/patches/patch-ae
new file mode 100644
index 00000000000..e853ef13b2e
--- /dev/null
+++ b/mail/libesmtp/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2004/12/18 16:05:11 grant Exp $
+
+--- getaddrinfo.c.orig 2003-07-30 02:36:14.000000000 +1000
++++ getaddrinfo.c
+@@ -36,6 +36,7 @@
+ #include <ctype.h>
+ #include <errno.h>
+
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>