Skip to content
Snippets Groups Projects
Commit 5e62d750 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

formula_cellar_checks: tweak postgresql on 10.8.

It shadows system headers sometimes (probably just Server.app?) but we don't
really care.
parent 39ead112
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment