diff options
author | tron <tron> | 2004-05-18 07:05:34 +0000 |
---|---|---|
committer | tron <tron> | 2004-05-18 07:05:34 +0000 |
commit | 9a532bd4952c5ec7173536f8c6133821cb4276da (patch) | |
tree | b44dd19471fca73f4f9faf9ab54224f12db0dbd0 | |
parent | 4e5ac625f66cf72e0cd0267ff8166274a2cbcdd9 (diff) | |
download | pkgsrc-9a532bd4952c5ec7173536f8c6133821cb4276da.tar.gz |
Make this build under NetBSD 2.0E and newer.
-rw-r--r-- | net/bind9/distinfo | 3 | ||||
-rw-r--r-- | net/bind9/patches/patch-ak | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/bind9/distinfo b/net/bind9/distinfo index c4bb4c8a2cd..f8eaf8b557c 100644 --- a/net/bind9/distinfo +++ b/net/bind9/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2004/04/07 13:01:45 manu Exp $ +$NetBSD: distinfo,v 1.18 2004/05/18 07:05:34 tron Exp $ SHA1 (bind/9.2.3/bind-9.2.3.tar.gz) = 670edd74685a1e7a784fae8532f6b79444bba5a6 Size (bind/9.2.3/bind-9.2.3.tar.gz) = 4553260 bytes @@ -12,3 +12,4 @@ SHA1 (patch-ag) = f79fdb089dee45f474359efb414e9c2d70dbfd32 SHA1 (patch-ah) = d3df97e984759914032c30b4f06f9c815eee3421 SHA1 (patch-ai) = 60bd449ddfae8a266e09b85bcc832ff9c5da2544 SHA1 (patch-aj) = a3deeab87c2fccaa51fedae68b219ef875a95220 +SHA1 (patch-ak) = a556b01257809a77dc379649c2b7c3e13cd9c583 diff --git a/net/bind9/patches/patch-ak b/net/bind9/patches/patch-ak new file mode 100644 index 00000000000..3b5dd0f12ae --- /dev/null +++ b/net/bind9/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.1 2004/05/18 07:05:34 tron Exp $ + +--- lib/bind/port_after.h.in.orig 2003-06-27 05:51:35.000000000 +0200 ++++ lib/bind/port_after.h.in 2004-05-18 08:47:05.000000000 +0200 +@@ -361,7 +361,7 @@ + #define gettimeofday isc__gettimeofday + #ifdef NEED_GETTIMEOFDAY + int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp); +-#else ++#elif !defined(__NetBSD__) + int isc__gettimeofday(struct timeval *tp, struct timezone *tzp); + #endif + |