summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/geos/files/geos-2.2.3-python-shared.patch')
-rw-r--r--sci-libs/geos/files/geos-2.2.3-python-shared.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-libs/geos/files/geos-2.2.3-python-shared.patch b/sci-libs/geos/files/geos-2.2.3-python-shared.patch
deleted file mode 100644
index a97fac78b8c3..000000000000
--- a/sci-libs/geos/files/geos-2.2.3-python-shared.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- swig/python/setup.py.orig 2008-02-13 10:50:26.530716975 +0000
-+++ swig/python/setup.py 2008-02-13 10:50:03.453401874 +0000
-@@ -31,7 +31,7 @@
- include_dirs = ["../../source/headers",
- "../../source/headers/geos"],
- libraries = ["stdc++"],
-- extra_objects = ["../../source/geom/.libs/libgeos.a"])
-+ extra_objects = ["../../source/geom/.libs/libgeos.so"])
-
- # the python module, generated by SWIG from geos.i
- pymod = "geos"