mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
11 lines
429 B
Text
11 lines
429 B
Text
--- sapi/apache2handler/config.m4.orig 2018-08-14 11:39:14 UTC
|
|
+++ sapi/apache2handler/config.m4
|
|
@@ -65,7 +65,7 @@ if test "$PHP_APXS2" != "no"; then
|
|
fi
|
|
|
|
APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
|
|
- if test -z `$APXS -q SYSCONFDIR`; then
|
|
+ if true; then
|
|
INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
|
|
$APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
|
|
-i -n php7"
|