pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/libesmtp/patches build fixes on irix 5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06728ad2c6ec
branches:  trunk
changeset: 485666:06728ad2c6ec
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 18 16:05:11 2004 +0000

description:
build fixes on irix 5:
- pass option to configure to emulate getaddrinfo()
- include sys/types.h

fixes PR pkg/28439 from Georg Schwarz.

diffstat:

 mail/libesmtp/patches/patch-ae |  12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 55509a79fc63 -r 06728ad2c6ec mail/libesmtp/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/libesmtp/patches/patch-ae    Sat Dec 18 16:05:11 2004 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index