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:
Mike McQuaid 2015-02-06 08:30:42 +00:00
parent 39ead112f3
commit 5e62d7503e

View File

@ -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")