aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdal
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-24 19:42:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-24 19:42:02 +0000
commitf564f271dd9e049b6f8fffd1c4b5f7c6f7f5e1e3 (patch)
tree57309325f2d864da4dcef8c6000a755ab2c128f8 /graphics/gdal
parent387b3637cd8ace71d07ebc0a31efea1e9c8b6b20 (diff)
downloadports-f564f271dd9e049b6f8fffd1c4b5f7c6f7f5e1e3.tar.gz
ports-f564f271dd9e049b6f8fffd1c4b5f7c6f7f5e1e3.zip
- Remove unnecessary patch
Notes
Notes: svn path=/head/; revision=334777
Diffstat (limited to 'graphics/gdal')
-rw-r--r--graphics/gdal/files/patch-swig-python-GNUmakefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/gdal/files/patch-swig-python-GNUmakefile b/graphics/gdal/files/patch-swig-python-GNUmakefile
deleted file mode 100644
index 4a3162f35745..000000000000
--- a/graphics/gdal/files/patch-swig-python-GNUmakefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- swig/python/GNUmakefile.orig 2010-07-29 18:04:21.000000000 +0400
-+++ swig/python/GNUmakefile 2010-07-29 18:05:10.000000000 +0400
-@@ -62,7 +62,7 @@
- mv -f ${SWIGOUTPUTDIR}/gdal_array_wrap.cpp.tmp ${SWIGOUTPUTDIR}/gdal_array_wrap.cpp
-
- build:
-- $(PYTHON) setup.py build
-+ CXX="" $(PYTHON) setup.py bdist_egg
-
- egg:
- $(PYTHON) setup.py bdist_egg
-@@ -70,7 +70,7 @@
- install:
-
- ifeq ($(PY_HAVE_SETUPTOOLS),1)
-- $(PYTHON) setup.py install
-+ env %%MAKE_ENV%% python setup.py easy_install -O 1 -N -S %%PYTHON_SITELIBDIR%% -d %%PYEASYINSTALL_SITELIBDIR%% -s %%PYEASYINSTALL_BINDIR%% %%WRKSRC%%/swig/python/dist/%%PYEASYINSTALL_EGG%%
- else
- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
- endif