aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cairomm.rb
diff options
context:
space:
mode:
authorDane Springmeyer2011-10-18 13:41:42 -0700
committerJack Nagel2012-02-01 19:08:19 -0600
commit5cfd6eb80604ebae8adcaf7d2a2433594a639822 (patch)
tree174144692117c0a4793dbceac4fa90413e2f4bb9 /Library/Formula/cairomm.rb
parent38dbdd91e556172c81af23f7fe8dcdd50ec4ebea (diff)
downloadhomebrew-5cfd6eb80604ebae8adcaf7d2a2433594a639822.tar.bz2
cairomm: removed unused configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/cairomm.rb')
-rw-r--r--Library/Formula/cairomm.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/Library/Formula/cairomm.rb b/Library/Formula/cairomm.rb
index 87b8780e1..f82b8851c 100644
--- a/Library/Formula/cairomm.rb
+++ b/Library/Formula/cairomm.rb
@@ -18,11 +18,7 @@ class Cairomm < Formula
def install
system "./configure", "--disable-dependency-tracking",
- "--prefix=#{prefix}",
- "--without-x",
- "--without-xlib",
- "--disable-quartz",
- "--disable-quartz-font"
+ "--prefix=#{prefix}"
system "make install"
end
end