From 95ec1650f497ab4024c05766daf8ce06ef527cb9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 30 Sep 2014 22:37:27 -0500 Subject: [PATCH] Whitelist fuse pc files too --- Library/Homebrew/cmd/doctor.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 33175e659a..4136218fd7 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -153,6 +153,8 @@ def check_for_stray_pcs # Package-config files which are generally OK should be added to this list, # with a short description of the software they come with. white_list = [ + "fuse.pc", # OSXFuse/MacFuse + "macfuse.pc", # OSXFuse MacFuse compatibility layer "osxfuse.pc", # OSXFuse ]