diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2023-04-12 06:05:35 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-04-12 07:39:13 +0200 |
commit | c89b6f2799891129e89d1b4fedf8e25865241060 (patch) | |
tree | b377cfff0c7392a7eaff457fd7a114f926de44e2 /lang/php81/files/patch-build_Makefile.global | |
parent | print/xpdfopen: Update distinfo from text20230313 (diff) |
lang/php8[12]: Fix build on aarch64 with ZTS
- Refresh patches
PR: 266175
Reported by: thresh@nginx.com
Sponsored by: Bounce Experts
Diffstat (limited to 'lang/php81/files/patch-build_Makefile.global')
-rw-r--r-- | lang/php81/files/patch-build_Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php81/files/patch-build_Makefile.global b/lang/php81/files/patch-build_Makefile.global index 4b838d157941..d18a33114464 100644 --- a/lang/php81/files/patch-build_Makefile.global +++ b/lang/php81/files/patch-build_Makefile.global @@ -1,6 +1,6 @@ ---- build/Makefile.global.orig 2019-08-06 06:54:07 UTC +--- build/Makefile.global.orig 2023-03-14 19:50:20 UTC +++ build/Makefile.global -@@ -89,14 +89,14 @@ test: all +@@ -92,14 +92,14 @@ test: all @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ if test "$$INI_FILE"; then \ |