freebsd-ports/net-mgmt/net-snmp/files/patch-Makefile.in
Ryan Steinmetz 713b96a409 - Fix PYTHON OPTION
- Require python 3.5+

PR:		249298
Submitted by:	John Hein <jcfyecrayz@liamekaens.com>
2020-09-14 15:48:18 +00:00

11 lines
434 B
Text

--- Makefile.in.orig 2020-08-14 21:41:47 UTC
+++ Makefile.in
@@ -235,7 +235,7 @@ pythonmodules: subdirs
fi
pythoninstall:
- @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir --root=$(DESTDIR) --prefix=$(prefix)) ; \
+ @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir --root=$(DESTDIR) --prefix=$(prefix) ${PYDISTUTILS_INSTALLARGS}); \
if test $$? != 0 ; then \
exit 1 ; \
fi