diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-08 09:53:15 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 09f1b1836a83b6f9ce22a74cade690de0e40d8d8 (patch) | |
tree | 93831c42527193e6b3d8e72481631e58f39b27e3 /gis/gdal/gdal-python-install.patch | |
parent | f4fbc6d87151587aa8dc85df458ba6bd70fe0a44 (diff) |
gis/gdal: Updated for version 2.1.0.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'gis/gdal/gdal-python-install.patch')
-rw-r--r-- | gis/gdal/gdal-python-install.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gis/gdal/gdal-python-install.patch b/gis/gdal/gdal-python-install.patch deleted file mode 100644 index 8ec414d37a..0000000000 --- a/gis/gdal/gdal-python-install.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- swig/python/GNUmakefile.orig 2010-04-24 01:22:07.000000000 +0200 -+++ swig/python/GNUmakefile 2010-05-05 19:14:58.000000000 +0200 -@@ -72,5 +72,5 @@ - ifeq ($(PY_HAVE_SETUPTOOLS),1) -- $(PYTHON) setup.py install -+ $(PYTHON) setup.py install --root=$(DESTDIR) - else -- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) -+ $(PYTHON) setup.py install --root=$(DESTDIR) --prefix=$(prefix) - endif |