pixman: move comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
95d1e93cc4
commit
0f028472e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue