diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2010-05-17 00:28:32 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-17 00:28:32 -0500 |
commit | 61c7491d789d8afeb8dbb2ccae15419d283581d9 (patch) | |
tree | b70cc0da54d3fdb417a99aba7bde80156eb9e2c9 /development/ming | |
parent | 99bdfccc3007c7f914feba4f50011dc234a65254 (diff) | |
download | slackbuilds-61c7491d789d8afeb8dbb2ccae15419d283581d9.tar.gz |
development/ming: Removed unused patch.
Diffstat (limited to 'development/ming')
-rw-r--r-- | development/ming/php_ext-Makefile.in.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/development/ming/php_ext-Makefile.in.patch b/development/ming/php_ext-Makefile.in.patch deleted file mode 100644 index 664359f2b0..0000000000 --- a/development/ming/php_ext-Makefile.in.patch +++ /dev/null @@ -1,12 +0,0 @@ -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: |