diff options
Diffstat (limited to 'textproc/libxml2/patches/patch-aj')
-rw-r--r-- | textproc/libxml2/patches/patch-aj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/libxml2/patches/patch-aj b/textproc/libxml2/patches/patch-aj index a758c21c204..dc2b90d8933 100644 --- a/textproc/libxml2/patches/patch-aj +++ b/textproc/libxml2/patches/patch-aj @@ -1,18 +1,18 @@ -$NetBSD: patch-aj,v 1.1 2010/04/28 08:54:30 obache Exp $ +$NetBSD: patch-aj,v 1.2 2012/06/03 22:18:34 wiz Exp $ Inlucde resolv.h conditionally: https://bugzilla.gnome.org/show_bug.cgi?id=617053 ---- nanohttp.c.orig 2009-10-19 11:55:48.000000000 +0000 +--- nanohttp.c.orig 2012-05-11 02:09:01.000000000 +0000 +++ nanohttp.c -@@ -65,8 +65,10 @@ - #include <strings.h> +@@ -43,8 +43,10 @@ + #ifdef HAVE_ARPA_NAMESER_H + #include <arpa/nameser.h> #endif - #ifdef SUPPORT_IP6 +#ifdef HAVE_RESOLV_H #include <resolv.h> #endif +#endif - #ifdef HAVE_ZLIB_H - #include <zlib.h> + #ifdef HAVE_FCNTL_H + #include <fcntl.h> #endif |