pixman: move comment

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-08-12 17:31:05 -05:00
parent 95d1e93cc4
commit 0f028472e5

View file

@ -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