mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Remove unnecessary patch
This commit is contained in:
parent
387b3637cd
commit
f564f271dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334777
1 changed files with 0 additions and 20 deletions
|
@ -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
|
|
Loading…
Add table
Reference in a new issue