From 81583e793bf6c8ffe125757594c6a749a04b72fc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 12 Aug 2012 17:31:05 -0500 Subject: pixman: move comment Signed-off-by: Jack Nagel --- Library/Formula/pixman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pixman.rb b/Library/Formula/pixman.rb index 10b7c3a27..0bbad9bf0 100644 --- a/Library/Formula/pixman.rb +++ b/Library/Formula/pixman.rb @@ -23,13 +23,13 @@ class Pixman < Formula def install ENV.universal_binary if build.universal? + # Disable gtk as it is only used to build tests args = %W[--disable-dependency-tracking --disable-gtk --prefix=#{prefix}] args << "--disable-mmx" if ENV.compiler == :clang - # Disable gtk as it is only used to build tests system "./configure", *args system "make install" end -- cgit v1.2.3