aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4/files/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php4/files/patch-as')
-rw-r--r--www/mod_php4/files/patch-as17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/mod_php4/files/patch-as b/www/mod_php4/files/patch-as
new file mode 100644
index 000000000000..1b527785d0ae
--- /dev/null
+++ b/www/mod_php4/files/patch-as
@@ -0,0 +1,17 @@
+--- ../php/Makefile.in.orig Wed May 3 06:51:11 2000
++++ ../php/Makefile.in Wed May 17 23:42:28 2000
+@@ -1,4 +1,4 @@
+-
++
+ ZEND_DIR = $(srcdir)/Zend
+ SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
+
+@@ -29,7 +29,7 @@
+
+ targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
+
+-install_targets = install-sapi install-modules
++install_targets = install-sapi
+
+ include $(top_srcdir)/build/rules.mk
+ include $(top_srcdir)/build/library.mk