aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/squid.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:05:20 -0500
committerJack Nagel2014-03-20 21:44:14 -0500
commite1eb5b10ac0b04f9301c836ffbb307ba7befe65c (patch)
tree8642f135033c99df9b89aa48fe650de35d42b75f /Library/Formula/squid.rb
parent856878636f6d95fab53edd0b3fe8512a6498a7aa (diff)
downloadhomebrew-e1eb5b10ac0b04f9301c836ffbb307ba7befe65c.tar.bz2
squid: use patch DSL
Diffstat (limited to 'Library/Formula/squid.rb')
-rw-r--r--Library/Formula/squid.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/squid.rb b/Library/Formula/squid.rb
index 1d37a81b5..d652d4e76 100644
--- a/Library/Formula/squid.rb
+++ b/Library/Formula/squid.rb
@@ -22,7 +22,7 @@ class Squid < Formula
# fix building on mavericks
# http://bugs.squid-cache.org/show_bug.cgi?id=3954
- def patches; DATA; end if MacOS.version >= :mavericks
+ patch :DATA if MacOS.version >= :mavericks
def install
# For --disable-eui, see: