aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-14 06:51:01 -0700
committerAdam Vandenberg2012-03-14 06:51:01 -0700
commit2673ee6e8de7384f7c42460464cb2886e3d5c8a0 (patch)
tree9b5296449fb68db6704f6d040d40580b39311f09 /Library
parentdfd4656021eedb01ad7bf8626190cc36e3174a58 (diff)
downloadhomebrew-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.rb1
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}