ports/devel/ice37/files/patch-php-config-Make.rules
2024-04-30 09:49:49 +02:00

13 lines
454 B
Text

--- php/config/Make.rules.orig 2023-11-06 09:24:19 UTC
+++ php/config/Make.rules
@@ -20,6 +20,10 @@ USE_NAMESPACES ?= yes
php_major_version = $(firstword $(subst ., ,$(shell php -r "print(PHP_VERSION);")))
+slice2php_path = $(localbase)/bin/slice2php
+install_phpdir = $(prefix)/share/pear
+install_phplibdir = $(prefix)/lib/php/$(PHP_EXT_DIR)
+
ifneq ($(USE_NAMESPACES),yes)
slice2php_flags = --no-namespace
endif