fontconfig: ugly hack to prevent pouring non-relocatable bottle

Fixes Homebrew/homebrew#47173.
master
Misty De Meo 2016-02-04 11:11:31 -08:00
parent 75d93b7f82
commit eb4439c5ee
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ class Fontconfig < Formula
sha256 "40c1882bd1fd1da8ce4e24ff677604aa1a09dcae9ecbe3e131a1c4f8eb3822dd" => :mavericks
end
def pour_bottle?
# c.f. the identical hack in lua
# https://github.com/Homebrew/homebrew/issues/47173
HOMEBREW_PREFIX.to_s == "/usr/local"
end
keg_only :provided_pre_mountain_lion
option :universal