Fix Gource for non-/usr/local installs.
This commit is contained in:
parent
3f2a587745
commit
fbb554a248
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ class Gource <Formula
|
|||
ENV.x11
|
||||
ENV.prepend 'PATH', "/usr/X11/bin", ":"
|
||||
|
||||
# For non-/usr/local installs
|
||||
ENV.append "CXXFLAGS", "-I#{HOMEBREW_PREFIX}/include"
|
||||
|
||||
system "autoreconf -f -i" unless File.exist? "configure"
|
||||
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
|
|
Loading…
Reference in a new issue