diff options
| author | Jack Nagel | 2012-08-12 17:31:05 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-08-12 17:31:05 -0500 |
| commit | 81583e793bf6c8ffe125757594c6a749a04b72fc (patch) | |
| tree | c54a4d5d405f49bcc87a4c8ec89142a81536daa3 /Library/Formula | |
| parent | 2eef46ae5a5aafd408aa0d4263377d448dfb74d4 (diff) | |
| download | homebrew-81583e793bf6c8ffe125757594c6a749a04b72fc.tar.bz2 | |
pixman: move comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 |
