diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-17 08:46:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-17 08:46:34 +0000 |
commit | 96206eff806b2a88a7930a23c11e20fa57f251e1 (patch) | |
tree | 61df230d296d4522168c52ba991f1f5740fead9e /mail | |
parent | 926758d356aaf09cb2ff1113ee295ed52af67156 (diff) | |
download | pkgsrc-96206eff806b2a88a7930a23c11e20fa57f251e1.tar.gz |
Fix detection of getaddrinfo under NetBSD 1.6.2/i386; should fix the build.
Problem noticed in latest kristerw@'s bulk build.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/distinfo | 3 | ||||
-rw-r--r-- | mail/evolution/patches/patch-ac | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index 4aba44ee666..06b498fabea 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.31 2005/01/04 08:08:28 rh Exp $ +$NetBSD: distinfo,v 1.32 2005/01/17 08:46:34 jmmv Exp $ SHA1 (evolution-2.0.3.tar.bz2) = 059253acd24648b841c6fc24e376c475b2598b6d Size (evolution-2.0.3.tar.bz2) = 15381448 bytes SHA1 (patch-aa) = a89da54c40813c07af76dd98f876dd2e979c2554 SHA1 (patch-ab) = 871a322eefd1a42e7197da764d49cd1d24f6535d +SHA1 (patch-ac) = 5150f3163e7307e03ed82757e1d31a54310feae3 diff --git a/mail/evolution/patches/patch-ac b/mail/evolution/patches/patch-ac new file mode 100644 index 00000000000..f9c04b18f27 --- /dev/null +++ b/mail/evolution/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.12 2005/01/17 08:46:34 jmmv Exp $ + +--- configure.orig 2004-12-06 18:27:04.000000000 +0100 ++++ configure +@@ -23078,6 +23078,7 @@ cat >>conftest.$ac_ext <<_ACEOF + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> ++ #include <stdio.h> /* Needed to get NULL's definition */ + + #define BUFSIZE (sizeof(struct hostent)+10) + |