diff options
| author | Adam Vandenberg | 2012-03-14 06:51:01 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-14 06:51:01 -0700 |
| commit | 2673ee6e8de7384f7c42460464cb2886e3d5c8a0 (patch) | |
| tree | 9b5296449fb68db6704f6d040d40580b39311f09 /Library | |
| parent | dfd4656021eedb01ad7bf8626190cc36e3174a58 (diff) | |
| download | homebrew-2673ee6e8de7384f7c42460464cb2886e3d5c8a0.tar.bz2 | |
Cairo: add ENV.x11
Freetype is not found correctly on all 10.7 setups, so be explicit
that this is X11 software.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/cairo.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index 381c5ee94..cd172d536 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -14,6 +14,7 @@ class Cairo < Formula fails_with_llvm "Throws an 'lto could not merge' error during build.", :build => 2336 def install + ENV.x11 args = %W[ --disable-dependency-tracking --prefix=#{prefix} |
