diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-02 16:23:11 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-09-02 16:23:11 +0000 |
commit | 58eaf65a5228970f1d8d1569ea0da9af34879c4c (patch) | |
tree | 974b96ae34910e0576ac9d7b93763f8c81e43b43 /dev-python/vo/files | |
parent | AURA was BSD, so removing again (diff) | |
download | gentoo-2-58eaf65a5228970f1d8d1569ea0da9af34879c4c.tar.gz gentoo-2-58eaf65a5228970f1d8d1569ea0da9af34879c4c.tar.bz2 gentoo-2-58eaf65a5228970f1d8d1569ea0da9af34879c4c.zip |
Initial import to the main tree
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/vo/files')
-rw-r--r-- | dev-python/vo/files/vo-0.6-expat.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/vo/files/vo-0.6-expat.patch b/dev-python/vo/files/vo-0.6-expat.patch new file mode 100644 index 000000000000..24157f39084c --- /dev/null +++ b/dev-python/vo/files/vo-0.6-expat.patch @@ -0,0 +1,19 @@ +--- defsetup.py.orig 2010-07-21 17:35:59.000000000 +0100 ++++ defsetup.py 2010-07-21 17:37:06.000000000 +0100 +@@ -17,14 +17,9 @@ + + iterparse_ext = Extension( + "vo.iterparser", +- ["src/iterparse.c", +- "src/expat/xmlparse.c", +- "src/expat/xmlrole.c", +- "src/expat/xmltok.c", +- "src/expat/xmltok_impl.c" +- ], ++ ["src/iterparse.c"], + define_macros=defines, +- include_dirs=["src", "src/expat"]) ++ libraries=["expat"]) + + pkg = ['vo', 'vo.tests'] + # Python < 2.6 doesn't have the json module |