aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-09-03 11:25:14 -0500
committerJack Nagel2013-09-03 11:25:25 -0500
commitefb029927b486a6f16d583efcb95507a802057b7 (patch)
tree8122dc740af9f5bd4add45e81db2865ea75b8801
parent001df63050273f98073dbd2f95a2360767e2a3c1 (diff)
downloadhomebrew-efb029927b486a6f16d583efcb95507a802057b7.tar.bz2
gource: remove unrecognized configure flags
-rw-r--r--Library/Formula/gource.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb
index 8463305b7..5c01389f4 100644
--- a/Library/Formula/gource.rb
+++ b/Library/Formula/gource.rb
@@ -33,9 +33,7 @@ class Gource < Formula
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
- "--disable-sdltest",
- "--without-x",
- "--disable-freetypetest"
+ "--without-x"
system "make install"
end
end