diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /net-im/py-pyxmpp/files | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'net-im/py-pyxmpp/files')
-rw-r--r-- | net-im/py-pyxmpp/files/patch-setup.py | 12 |
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'], - ), - ], |