SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
lang/php/8.1/patches/patch-scripts_phpize_in
Normal file
18
lang/php/8.1/patches/patch-scripts_phpize_in
Normal file
|
@ -0,0 +1,18 @@
|
|||
Index: scripts/phpize.in
|
||||
--- scripts/phpize.in.orig
|
||||
+++ scripts/phpize.in
|
||||
@@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Variable declaration
|
||||
-prefix='@prefix@'
|
||||
+prefix=@PEAR_INSTALLDIR@
|
||||
datarootdir='@datarootdir@'
|
||||
exec_prefix="`eval echo @exec_prefix@`"
|
||||
-phpdir="`eval echo @libdir@`/build"
|
||||
-includedir="`eval echo @includedir@`/php"
|
||||
+phpdir="$prefix/build"
|
||||
+includedir="$prefix/include"
|
||||
builddir="`pwd`"
|
||||
SED="@SED@"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue