From efb029927b486a6f16d583efcb95507a802057b7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 3 Sep 2013 11:25:14 -0500 Subject: gource: remove unrecognized configure flags --- Library/Formula/gource.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3