diff options
| author | Jack Nagel | 2014-03-19 12:07:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 18:57:19 -0500 |
| commit | 14e3002a91d9c665f10149e43ea883edc32b3b69 (patch) | |
| tree | 10091a90cdb514c490c4b154234b436c92aed56e | |
| parent | f6cfb33f1637b1b9e84e9a4dc20d8d775211bca0 (diff) | |
| download | homebrew-14e3002a91d9c665f10149e43ea883edc32b3b69.tar.bz2 | |
log4cxx: use patch DSL
| -rw-r--r-- | Library/Formula/log4cxx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb index f4ba15ed5..0ee2d6346 100644 --- a/Library/Formula/log4cxx.rb +++ b/Library/Formula/log4cxx.rb @@ -19,7 +19,7 @@ class Log4cxx < Formula # Incorporated upstream, remove on next version update # https://issues.apache.org/jira/browse/LOGCXX-404 # https://issues.apache.org/jira/browse/LOGCXX-417 - def patches; DATA; end + patch :DATA def install ENV.universal_binary if build.universal? |
