aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php5/files
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2013-10-18 20:37:45 +0800
committerale <ale@FreeBSD.org>2013-10-18 20:37:45 +0800
commit0955d3d3a1c9cba2cd1149c203971c4fc35233b2 (patch)
tree9d9502b03cc760872a9797fcfb18bf12bbe516d7 /lang/php5/files
parentf6f28ab8546b5d97be839a3d17573600ba7fbed7 (diff)
downloadfreebsd-ports-gnome-0955d3d3a1c9cba2cd1149c203971c4fc35233b2.tar.gz
freebsd-ports-gnome-0955d3d3a1c9cba2cd1149c203971c4fc35233b2.tar.zst
freebsd-ports-gnome-0955d3d3a1c9cba2cd1149c203971c4fc35233b2.zip
Fix installation of mod_php.
Diffstat (limited to 'lang/php5/files')
-rw-r--r--lang/php5/files/patch-sapi_apache2filter_config.m411
-rw-r--r--lang/php5/files/patch-sapi_apache2handler_config.m411
2 files changed, 22 insertions, 0 deletions
diff --git a/lang/php5/files/patch-sapi_apache2filter_config.m4 b/lang/php5/files/patch-sapi_apache2filter_config.m4
new file mode 100644
index 000000000000..ce71383f9fa4
--- /dev/null
+++ b/lang/php5/files/patch-sapi_apache2filter_config.m4
@@ -0,0 +1,11 @@
+--- sapi/apache2filter/config.m4.orig 2013-10-18 12:17:14.622544934 +0000
++++ sapi/apache2filter/config.m4 2013-10-18 12:22:13.032234760 +0000
+@@ -68,7 +68,7 @@
+ 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 php5"
diff --git a/lang/php5/files/patch-sapi_apache2handler_config.m4 b/lang/php5/files/patch-sapi_apache2handler_config.m4
new file mode 100644
index 000000000000..149c4ef0fc80
--- /dev/null
+++ b/lang/php5/files/patch-sapi_apache2handler_config.m4
@@ -0,0 +1,11 @@
+--- sapi/apache2handler/config.m4.orig 2013-10-18 12:22:26.576545216 +0000
++++ sapi/apache2handler/config.m4 2013-10-18 12:23:00.903131412 +0000
+@@ -67,7 +67,7 @@
+ 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 php5"