diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 22:52:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 22:52:14 +0000 |
commit | 96ae3a6609c06c520d2aad7f2f89fb23d7b54e8e (patch) | |
tree | 5d3c830dd6a0385ba36728b41086bbb927c38e30 /net-im/py-pyxmpp/files | |
parent | Fish Supper is a simple arcade/puzzle game, loosely based on the (diff) |
- Update to 1.0.0
PR: ports/96051
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Diffstat (limited to 'net-im/py-pyxmpp/files')
-rw-r--r-- | net-im/py-pyxmpp/files/patch-setup.py | 25 |
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', |