[csw-devel] SF.net SVN: gar:[18025] csw/mgar/pkg/php5/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu May 17 01:34:54 CEST 2012
Revision: 18025
http://gar.svn.sourceforge.net/gar/?rev=18025&view=rev
Author: bdwalton
Date: 2012-05-16 23:34:54 +0000 (Wed, 16 May 2012)
Log Message:
-----------
php5/trunk: add a pre-patch hook to work around upstream packaging changes that broke a build patch we apply
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2012-05-16 17:26:00 UTC (rev 18024)
+++ csw/mgar/pkg/php5/trunk/Makefile 2012-05-16 23:34:54 UTC (rev 18025)
@@ -339,6 +339,12 @@
include gar/category.mk
+# they're using git now and ship a .gitignore that excludes aclocal.m4
+# that broke one of our patches so we'll nuke .gitignore before we patch
+pre-patch-modulated:
+ @(cd $(WORKSRC); rm .gitignore)
+ @$(MAKECOOKIE)
+
# this allows apxs to install the module. stupid, but i couldn't make
# the darn thing _not_ do try to add the httpd.conf lines, even with
# patching...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list