diff options
Diffstat (limited to 'lang/php4/files/patch-scripts::Makefile.frag')
-rw-r--r-- | lang/php4/files/patch-scripts::Makefile.frag | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/lang/php4/files/patch-scripts::Makefile.frag b/lang/php4/files/patch-scripts::Makefile.frag index 6a3f941cb2ff..c0d6f9c744e3 100644 --- a/lang/php4/files/patch-scripts::Makefile.frag +++ b/lang/php4/files/patch-scripts::Makefile.frag @@ -1,17 +1,22 @@ ---- scripts/Makefile.frag.orig Wed Jul 7 13:15:53 2004 -+++ scripts/Makefile.frag Wed Jul 7 13:16:07 2004 -@@ -27,14 +27,7 @@ - Zend \ - TSRM \ - ext/standard \ -- ext/session \ -- ext/xml \ -- ext/xml/expat \ - main \ -- ext/mbstring \ -- ext/mbstring/libmbfl \ -- ext/mbstring/libmbfl/mbfl \ -- ext/pgsql \ - regex +--- scripts/Makefile.frag.orig Wed Jun 8 12:34:41 2005 ++++ scripts/Makefile.frag Wed Jul 13 09:28:45 2005 +@@ -34,18 +34,9 @@ + / \ + Zend/ \ + TSRM/ \ +- include/ \ + main/ \ + regex/ \ +- ext/iconv/ \ +- ext/pgsql/ \ +- ext/standard/ \ +- ext/session/ \ +- ext/xml/ \ +- ext/xml/expat/ \ +- ext/mbstring/ \ +- ext/mbstring/libmbfl/ \ +- ext/mbstring/libmbfl/mbfl/ ++ ext/standard/ install-headers: + -@for i in $(HEADER_DIRS); do \ |