aboutsummaryrefslogtreecommitdiff
path: root/devel/ice37/files/patch-php-config-Make.rules
blob: f26c98be8a2ec752424fcf0c86eeae6494b4e4d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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