diff options
| author | Jack Nagel | 2012-03-20 17:48:43 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-03-20 17:53:59 -0500 |
| commit | 4c3cee0c835c96e281bdf470c64652fbec2f3d02 (patch) | |
| tree | 06b361c20dc7a99e1fb1ac73fbe6110d276be20a /Library/Formula/cairo.rb | |
| parent | 49ed6413aeba2037c5fa84e239a3885ac2c785d3 (diff) | |
| download | homebrew-4c3cee0c835c96e281bdf470c64652fbec2f3d02.tar.bz2 | |
cairo: remove ENV.x11
This causes configure to pick the wrong libpixman on at least 10.6, and
issues with SVG on at least 10.7. So remove it, and we'll try to fix any
remaining issues with a different approach, e.g. special ENV vars for
freetype.
cf #11036, #11042, #11049.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/cairo.rb')
| -rw-r--r-- | Library/Formula/cairo.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/cairo.rb b/Library/Formula/cairo.rb index cd172d536..381c5ee94 100644 --- a/Library/Formula/cairo.rb +++ b/Library/Formula/cairo.rb @@ -14,7 +14,6 @@ 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} |
