From 0f028472e516ad0242d61edf5570fdabf5f9d24d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 12 Aug 2012 17:31:05 -0500 Subject: [PATCH] pixman: move comment Signed-off-by: Jack Nagel --- Formula/pixman.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/pixman.rb b/Formula/pixman.rb index 10b7c3a27f..0bbad9bf0a 100644 --- a/Formula/pixman.rb +++ b/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