aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:56 -0500
committerJack Nagel2014-03-19 18:57:19 -0500
commit14e3002a91d9c665f10149e43ea883edc32b3b69 (patch)
tree10091a90cdb514c490c4b154234b436c92aed56e
parentf6cfb33f1637b1b9e84e9a4dc20d8d775211bca0 (diff)
downloadhomebrew-14e3002a91d9c665f10149e43ea883edc32b3b69.tar.bz2
log4cxx: use patch DSL
-rw-r--r--Library/Formula/log4cxx.rb2
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?