formula_cellar_checks: tweak postgresql on 10.8.
It shadows system headers sometimes (probably just Server.app?) but we don't really care.
This commit is contained in:
parent
39ead112f3
commit
5e62d7503e
@ -105,6 +105,7 @@ module FormulaCellarChecks
|
||||
|
||||
def check_shadowed_headers
|
||||
return if formula.name == "libtool" || formula.name == "subversion"
|
||||
return if MacOS.version < :mavericks && formula.name.start_with?("postgresql")
|
||||
return if formula.keg_only? || !formula.include.directory?
|
||||
|
||||
files = relative_glob(formula.include, "**/*.h")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user