summaryrefslogtreecommitdiff
path: root/textproc/libxml2/patches/patch-aj
blob: 5dfa9ea7e96d053aa0b707e3dd5c8bf5988825e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aj,v 1.3 2012/09/15 10:23:38 adam Exp $

Inlucde resolv.h conditionally:
  https://bugzilla.gnome.org/show_bug.cgi?id=617053

--- nanohttp.c.orig	2012-09-11 04:23:25.000000000 +0000
+++ nanohttp.c
@@ -43,8 +43,10 @@
 #ifdef HAVE_ARPA_NAMESER_H
 #include <arpa/nameser.h>
 #endif
+#ifdef HAVE_RESOLV_H
 #include <resolv.h>
 #endif
+#endif
 #ifdef HAVE_FCNTL_H
 #include <fcntl.h>
 #endif