summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-system_openbabel.patch')
-rw-r--r--sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-system_openbabel.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-system_openbabel.patch b/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-system_openbabel.patch
deleted file mode 100644
index 1e1503d6d2f1..000000000000
--- a/sci-chemistry/openbabel-python/files/openbabel-python-2.3.0-system_openbabel.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- scripts/python/setup.py
-+++ scripts/python/setup.py
-@@ -15,9 +15,7 @@
-
- obExtension = Extension('_openbabel',
- [os.path.join(srcdir, "openbabel-python.cpp")],
-- include_dirs=[os.path.join(srcdir, "..", "..", "include"),
-- os.path.join("..", "include")],
-- library_dirs=[os.path.join("..", "lib")],
-+ include_dirs=[os.path.join("/usr", "include", "openbabel-2.0")],
- libraries=['openbabel']
- )
-