summaryrefslogtreecommitdiff
path: root/net-im/py-pyxmpp/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/py-pyxmpp/files/patch-setup.py')
-rw-r--r--net-im/py-pyxmpp/files/patch-setup.py25
1 files changed, 13 insertions, 12 deletions
diff --git a/net-im/py-pyxmpp/files/patch-setup.py b/net-im/py-pyxmpp/files/patch-setup.py
index 00117a8599ae..0e4b24ffa636 100644
--- a/net-im/py-pyxmpp/files/patch-setup.py
+++ b/net-im/py-pyxmpp/files/patch-setup.py
@@ -1,12 +1,13 @@
---- setup.py.orig Fri Mar 4 16:06:45 2005
-+++ setup.py Fri Mar 4 16:07:37 2005
-@@ -32,7 +32,8 @@
- 'ext/xmlextra.c',
- ],
- libraries = ['xml2'],
-- include_dirs = ['libxml2addon','/usr/include/libxml2','/usr/local/include/libxml2'],
-+ include_dirs = ['libxml2addon','/usr/include/libxml2','/usr/local/include/libxml2','/usr/local/include'],
-+ library_dirs = ['/usr/local/lib'],
- extra_compile_args = ['-g2'],
- ),
- ],
+--- ./setup.py.orig Wed Apr 19 18:58:34 2006
++++ ./setup.py Wed Apr 19 18:59:59 2006
+@@ -26,8 +26,8 @@
+ include_dirs = [r'd:\libs\include', r'd:\libs\include\libxml']
+ library_dirs = [r'd:\libs\lib']
+ else:
+- include_dirs = ['/usr/include/libxml2','/usr/local/include/libxml2']
+- library_dirs = []
++ include_dirs = ['/usr/include/libxml2','/usr/local/include/libxml2','/usr/local/include']
++ library_dirs = ['/usr/local/lib']
+ ext_modules = [
+ Extension(
+ 'pyxmpp._xmlextra',