summaryrefslogtreecommitdiff
path: root/textproc/py-libxml2/patches/patch-ab
blob: 4b81d00a23108fb4dc43ded3339225e060fe03b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ab,v 1.2.8.1 2014/11/03 19:39:08 tron Exp $

- Fix build under Mac OS X (reorder os.path.join(ROOT,'include') )

--- setup.py.orig	2014-10-16 07:35:21.000000000 +0000
+++ 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
 ];