diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 12:08:26 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 12:08:26 +0100 |
commit | 0317e391cbf248c3d6ee00ec6bf8a77870d76ffa (patch) | |
tree | 772a6dbc453509a00f9f134823bd919aeb6d3901 /package/libxml2 | |
parent | bd12134a95a13984a94c7b89a5165abd7959c303 (diff) | |
parent | e0eeed46c0a5e068fa000abee08421a3d9342bf0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libxml2')
-rw-r--r-- | package/libxml2/patches/patch-python_setup_py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libxml2/patches/patch-python_setup_py b/package/libxml2/patches/patch-python_setup_py deleted file mode 100644 index 13ec3493d..000000000 --- a/package/libxml2/patches/patch-python_setup_py +++ /dev/null @@ -1,11 +0,0 @@ ---- libxml2-2.9.1.orig/python/setup.py 2013-04-19 09:36:20.000000000 +0200 -+++ libxml2-2.9.1/python/setup.py 2013-11-21 18:47:16.000000000 +0100 -@@ -8,7 +8,7 @@ from distutils.core import setup, Extens - # Below ROOT, we expect to find include, include/libxml2, lib and bin. - # On *nix, it is not needed (but should not harm), - # on Windows, it is set by configure.js. --ROOT = r'/usr' -+ROOT = r'/Volumes/adk/openadk/host_i686_gnu_eglibc/usr' - - # Thread-enabled libxml2 - with_threads = 1 |