ports/lang/php/8.2/patches/patch-scripts_Makefile_frag

15 lines
311 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: scripts/Makefile.frag
--- scripts/Makefile.frag.orig
+++ scripts/Makefile.frag
@@ -2,8 +2,8 @@
# Build environment install
#
-phpincludedir = $(includedir)/php
-phpbuilddir = $(libdir)/build
+phpincludedir = $(peardir)/include
+phpbuilddir = $(peardir)/build
BUILD_FILES = \
scripts/phpize.m4 \