diff options
Diffstat (limited to '')
-rw-r--r-- | lang/php53/files/patch-scripts::Makefile.frag | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/lang/php53/files/patch-scripts::Makefile.frag b/lang/php53/files/patch-scripts::Makefile.frag index 3089a9adf3a9..7fe44b1b1b7d 100644 --- a/lang/php53/files/patch-scripts::Makefile.frag +++ b/lang/php53/files/patch-scripts::Makefile.frag @@ -1,19 +1,15 @@ ---- scripts/Makefile.frag.orig Mon Jun 28 10:41:39 2004 -+++ scripts/Makefile.frag Mon Jun 28 10:47:24 2004 -@@ -29,12 +29,15 @@ - main/ \ - main/streams/ \ +--- scripts/Makefile.frag.orig Mon Jul 12 19:30:23 2004 ++++ scripts/Makefile.frag Mon Jul 12 19:30:48 2004 +@@ -31,11 +31,7 @@ regex/ \ -+ ext/gd/ \ -+ ext/gd/libgd/ \ ext/libxml/ \ ext/standard/ \ - ext/session/ \ - ext/xml/ \ +- ext/session/ \ +- ext/xml/ \ - ext/xml/expat/ \ - ext/mbstring/ \ -+ ext/mbstring/libmbfl/ \ -+ ext/mbstring/libmbfl/mbfl/ \ - ext/sqlite/libsqlite/src/sqlite.h +- ext/mbstring/ \ +- ext/sqlite/libsqlite/src/sqlite.h ++ ext/spl/ install-headers: + -@for i in $(HEADER_DIRS); do \ |