diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 17:38:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:38:38 +0200 |
commit | 3b826ef44ed001c66d707aabfcc6534c527ba8a8 (patch) | |
tree | 1172086997c5e4e4ff95d0d311645223e8dd1695 /development/ming/php_ext-Makefile.in.patch | |
parent | db41ac967a39cdb44bb40f692f8b7368f4ac2457 (diff) |
development/ming: Updated for version 0.4.2
Diffstat (limited to 'development/ming/php_ext-Makefile.in.patch')
-rw-r--r-- | development/ming/php_ext-Makefile.in.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/ming/php_ext-Makefile.in.patch b/development/ming/php_ext-Makefile.in.patch new file mode 100644 index 0000000000000..664359f2b02da --- /dev/null +++ b/development/ming/php_ext-Makefile.in.patch @@ -0,0 +1,12 @@ +diff -Nur ming-0.4.2.orig/php_ext/Makefile.in ming-0.4.2/php_ext/Makefile.in +--- ming-0.4.2.orig/php_ext/Makefile.in 2008-09-17 19:59:59.000000000 -0500 ++++ ming-0.4.2/php_ext/Makefile.in 2009-01-05 09:24:44.012689279 -0600 +@@ -359,7 +359,7 @@ + + install: all + $(INSTALL) -d "$(DESTDIR)"/`php-config --extension-dir` +- $(INSTALL) -m 755 tmp/modules/ming.so" "$(DESTDIR)"/`php-config --extension-dir` ++ $(INSTALL) -m 755 tmp/modules/ming.so "$(DESTDIR)"/`php-config --extension-dir` + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: |