diff options
| author | Jack Nagel | 2014-03-20 14:05:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:12 -0500 |
| commit | 4b4bded59d29960ef5424d9cfcb10bea425e10d2 (patch) | |
| tree | 37c1a74ad23277542e3f79ae5e3ce9ab3826f3a1 /Library | |
| parent | 00d3386602b10eb2a22adc54cb031a5d274e90d4 (diff) | |
| download | homebrew-4b4bded59d29960ef5424d9cfcb10bea425e10d2.tar.bz2 | |
pyexiv2: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pyexiv2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyexiv2.rb b/Library/Formula/pyexiv2.rb index cce22e688..649bd59d1 100644 --- a/Library/Formula/pyexiv2.rb +++ b/Library/Formula/pyexiv2.rb @@ -10,7 +10,7 @@ class Pyexiv2 < Formula depends_on 'boost' # Patch to use Framework Python - def patches; DATA; end + patch :DATA def install # this build script ignores CPPFLAGS, but it honors CXXFLAGS |
