mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
7aca2531e2
There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
--- 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"
|