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

14 lines
311 B
Text

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 \