| Server IP : 82.208.35.60 / Your IP : 216.73.217.33 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/ice37/files/ |
Upload File : |
--- python/config/Make.rules.orig 2021-06-21 14:44:58 UTC +++ python/config/Make.rules @@ -7,7 +7,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! @@ -59,7 +60,7 @@ python_cppflags := $(filter-out -Wunreachable- # # Python installation directory # -install_pythondir = $(or $(PYTHON_INSTALLDIR),$(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