summaryrefslogtreecommitdiff
path: root/textproc/py-libxml2/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-libxml2/patches/patch-ab')
-rw-r--r--textproc/py-libxml2/patches/patch-ab16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/py-libxml2/patches/patch-ab b/textproc/py-libxml2/patches/patch-ab
new file mode 100644
index 00000000000..f28b81edfef
--- /dev/null
+++ b/textproc/py-libxml2/patches/patch-ab
@@ -0,0 +1,16 @@
+$NetBSD: patch-ab,v 1.1 2007/07/16 13:24:32 jmmv Exp $
+
+--- setup.py.orig 2007-06-12 18:20:40.000000000 +0200
++++ setup.py
+@@ -56,10 +56,10 @@ else:
+ # - iconv.h
+ # - libxslt/xsltconfig.h
+ includes_dir = [
++os.path.join(ROOT,'include'),
+ "/usr/include",
+ "/usr/local/include",
+ "/opt/include",
+-os.path.join(ROOT,'include'),
+ HOME
+ ];
+