usr/src/cmd/subversion/Makefile.sfw
branchoi_151a
changeset 247 516a30af90e8
parent 226 21c05f2041ca
--- a/usr/src/cmd/subversion/Makefile.sfw	Mon Nov 18 20:14:16 2013 +0000
+++ b/usr/src/cmd/subversion/Makefile.sfw	Fri Nov 22 12:03:44 2013 +0000
@@ -216,7 +216,8 @@
 $(VER)/configure: $(VER).tar.gz
 	gzip -dc $(VER).tar.gz | tar xopf -
 	( cd $(VER) ; \
-	    gpatch -p0 <../$(VER).patch )
+	    gpatch -p0 <../Patches/$(VER).patch; \
+	    gpatch -p1 <../Patches/configure.patch )
 	touch $(VER)/configure
 	chmod 0755 $(VER)/configure
 	chmod 0755 $(VER)