From: Marcin Banasiak Date: Thu, 15 May 2008 14:45:34 +0000 (+0000) Subject: - obsolete X-Git-Tag: auto/th/python-lxml-2_0_5-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-lxml.git;a=commitdiff_plain;h=1c34a330c93b0c004b00da9097914372b32c8dac;hp=75dd257fb9db0f6d5a49a36c6f453a8cd3a769c6 - obsolete Changed files: python-lxml-path.patch -> 1.2 --- diff --git a/python-lxml-path.patch b/python-lxml-path.patch deleted file mode 100644 index 34f7876..0000000 --- a/python-lxml-path.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -urN lxml-0.8.org/setup.py lxml-0.8/setup.py ---- lxml-0.8.org/setup.py 2005-11-03 18:16:04.000000000 +0100 -+++ lxml-0.8/setup.py 2006-03-09 22:05:39.000000000 +0100 -@@ -132,14 +132,15 @@ - result.append(part[2:]) - return result - --include_dirs = guess_dirs('--cflags', '-I') --library_dirs = guess_dirs('--libs', '-L') -+#include_dirs = guess_dirs('--cflags', '-I') -+#library_dirs = guess_dirs('--libs', '-L') - # if you want to configure include and library dir manually, you can do - # so here, for instance: - # include_dirs = ['/home/faassen/tmp/local_new/include/libxml2', - # '/home/faassen/tmp/local_new/include'] - # library_dirs = ['/home/faassen/tmp/local_new/lib/'] -- -+include_dirs = [ '/usr/include/libxml2' ] -+library_dirs = [ '/usr/lib', '/usr/lib64' ] - - ext_modules = [ - Extension('lxml.etree',