diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pixman.rb | 2 |
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 |
