diff options
| author | Mike McQuaid | 2015-03-31 12:53:25 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-31 12:53:56 +0100 |
| commit | 4c8f686b4c1caa5d4f5e82897326c378abaa13cf (patch) | |
| tree | 669de3fa847f065439af26b1cee323127e8fb2a7 /Library | |
| parent | 844fc4f0dea4f145245d9f5aa2cd32e616ecdf13 (diff) | |
| download | homebrew-4c8f686b4c1caa5d4f5e82897326c378abaa13cf.tar.bz2 | |
gource: fix non-/usr/local build.
Closes #34372.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gource.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb index b29625362..bef267643 100644 --- a/Library/Formula/gource.rb +++ b/Library/Formula/gource.rb @@ -39,13 +39,11 @@ class Gource < Formula # despite -std=gnu++0x ENV.libcxx - # For non-/usr/local installs - ENV.append "CXXFLAGS", "-I#{HOMEBREW_PREFIX}/include" - system "autoreconf", "-f", "-i" if build.head? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", + "--with-boost=#{Formula["boost"].opt_prefix}", "--without-x" system "make", "install" end |
