ports/net-im/py-pyxmpp/files/patch-setup.py
Sergey Matveychuk d7881befcc PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber
implementation. It is based on libxml2 -- fast and
fully-featured XML parser.

PR:		ports/78409
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-03-04 19:46:14 +00:00

12 lines
515 B
Python

--- 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'],
),
],