summaryrefslogtreecommitdiffstats
path: root/abs/core/python2/python-2.6-internal-expat.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 18:26:23 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 18:26:23 (GMT)
commitd9bfa10d9843efe8fcd0fea21f8c61c068a6bf54 (patch)
tree1ba3595c9b962417a447758df7d26bb02fefd044 /abs/core/python2/python-2.6-internal-expat.patch
parent8e474318e398abdc93537d01ddf14420d164e91f (diff)
downloadlinhes_pkgbuild-d9bfa10d9843efe8fcd0fea21f8c61c068a6bf54.zip
linhes_pkgbuild-d9bfa10d9843efe8fcd0fea21f8c61c068a6bf54.tar.gz
linhes_pkgbuild-d9bfa10d9843efe8fcd0fea21f8c61c068a6bf54.tar.bz2
removed files from python2
Diffstat (limited to 'abs/core/python2/python-2.6-internal-expat.patch')
-rw-r--r--abs/core/python2/python-2.6-internal-expat.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/abs/core/python2/python-2.6-internal-expat.patch b/abs/core/python2/python-2.6-internal-expat.patch
deleted file mode 100644
index 86252ab..0000000
--- a/abs/core/python2/python-2.6-internal-expat.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- setup.py 2008-04-22 12:12:24.613554757 +0300
-+++ setup.py 2008-04-22 12:13:09.276544063 +0300
-@@ -1035,18 +1035,15 @@
- #
- # More information on Expat can be found at www.libexpat.org.
- #
-- expatinc = os.path.join(os.getcwd(), srcdir, 'Modules', 'expat')
-- define_macros = [
-- ('HAVE_EXPAT_CONFIG_H', '1'),
-- ]
-+ # Use system expat
-+ expatinc = '/usr/include'
-+ define_macros = []
-
- exts.append(Extension('pyexpat',
- define_macros = define_macros,
- include_dirs = [expatinc],
-+ libraries = ['expat'],
- sources = ['pyexpat.c',
-- 'expat/xmlparse.c',
-- 'expat/xmlrole.c',
-- 'expat/xmltok.c',
- ],
- ))
-
-@@ -1058,6 +1055,7 @@
- exts.append(Extension('_elementtree',
- define_macros = define_macros,
- include_dirs = [expatinc],
-+ libraries = ['expat'],
- sources = ['_elementtree.c'],
- ))
-