freebsd-ports/devel/ice37/files/patch-python-config-Make.rules
Michael Gmelin 0c2e1ae609 Add ZeroC Ice 3.7.1 as new ports devel/{ice37|php-ice37|py-ice37}
Upgrading from Ice 3.6 isn't trivial, as it requires application
code changes. Therefore a new set of ports was created.

Marked devel/{ice|php5-ice|py-ice} as conflicting (and vice versa).

PR:		221141
2018-08-27 16:37:53 +00:00

21 lines
804 B
Text

--- python/config/Make.rules.orig 2018-04-20 15:02:08 UTC
+++ python/config/Make.rules
@@ -12,7 +12,8 @@
# version to be used for building the Ice extension, set PYTHON to the
# location of the python interpreter.
#
-PYTHON ?= python
+PYTHON = %%PYTHON_CMD%%
+slice2py_path = $(localbase)/bin/slice2py
# ----------------------------------------------------------------------
# Don't change anything below this line!
@@ -46,7 +47,7 @@ python_cppflags := $(filter-out
#
# Python installation directory
#
-install_pythondir = $(if $(usr_dir_install),$(shell $(PYTHON) $(lang_srcdir)/config/install_dir),$(prefix)/python)
+install_pythondir = %%PYTHON_SITELIBDIR%%
#
# Rules to build a python module. We just compute the name of the python module