subversion: use patch DSL

This commit is contained in:
Jack Nagel 2014-03-20 14:05:21 -05:00
parent 11ce6b814d
commit cc82f0db4d

View file

@ -45,9 +45,7 @@ class Subversion < Formula
# 1. Prevent '-arch ppc' from being pulled in from Perl's $Config{ccflags}
# 2. Fix #23993 by stripping flags swig can't handle from SWIG_CPPFLAGS
def patches
{ :p0 => DATA }
end
patch :p0, :DATA
# When building Perl or Ruby bindings, need to use a compiler that
# recognizes GCC-style switches, since that's what the system languages