aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-08-12 17:31:05 -0500
committerJack Nagel2012-08-12 17:31:05 -0500
commit81583e793bf6c8ffe125757594c6a749a04b72fc (patch)
treec54a4d5d405f49bcc87a4c8ec89142a81536daa3
parent2eef46ae5a5aafd408aa0d4263377d448dfb74d4 (diff)
downloadhomebrew-81583e793bf6c8ffe125757594c6a749a04b72fc.tar.bz2
pixman: move comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/pixman.rb2
1 files changed, 1 insertions, 1 deletions
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