diff options
| author | Jack Nagel | 2014-03-20 14:05:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 21:44:14 -0500 |
| commit | e1eb5b10ac0b04f9301c836ffbb307ba7befe65c (patch) | |
| tree | 8642f135033c99df9b89aa48fe650de35d42b75f /Library | |
| parent | 856878636f6d95fab53edd0b3fe8512a6498a7aa (diff) | |
| download | homebrew-e1eb5b10ac0b04f9301c836ffbb307ba7befe65c.tar.bz2 | |
squid: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/squid.rb | 2 |
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: |
