aboutsummaryrefslogtreecommitdiff
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.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-im/py-pyxmpp/files/patch-setup.py b/net-im/py-pyxmpp/files/patch-setup.py
deleted file mode 100644
index 00117a8599ae..000000000000
--- a/net-im/py-pyxmpp/files/patch-setup.py
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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'],
- ),
- ],