From 007f0f7f73cc7673aaece205b60d3bab9ba18040 Mon Sep 17 00:00:00 2001 From: Alan Westbrook Date: Sat, 25 Jan 2014 16:30:31 -0800 Subject: [PATCH] Better detection of homebrew This should reduce false positives. --- src/makefile.osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.osx b/src/makefile.osx index 8e56eb744..368f70623 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -11,7 +11,7 @@ STATIC=yes CXX=c++ MACPORTSDIR=$(wildcard /opt/local) -HOMEBREWDIR=$(wildcard /usr/local) +HOMEBREWDIR=$(wildcard /usr/local/Cellar) ifneq ($(HOMEBREWDIR),) DEPSDIR=$(HOMEBREWDIR)