Fix alpine build on Snow Leopard
MacPorts and my own firsthand experience say this is a patch *for* Snow Leopard. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
26dfbff26b
commit
0a7058a9ed
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ class Alpine < Formula
|
|||
md5 '0f4757167baf5c73aa44f2ffa4860093'
|
||||
|
||||
def patches
|
||||
DATA unless MacOS.snow_leopard?
|
||||
DATA if MacOS.snow_leopard?
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue