aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorsamueljohn2012-02-29 00:30:07 +0100
committerAdam Vandenberg2012-02-28 21:07:15 -0800
commit3efc1118556aaeccdbc64495474c4df8590d55ab (patch)
tree654bdced0252a89ced92a6e8248597e006a8a644 /Library/Formula
parent5c7a17e5d7cce7d39378124c21726194e195b469 (diff)
downloadhomebrew-3efc1118556aaeccdbc64495474c4df8590d55ab.tar.bz2
pixman: Env.x11
pixman uses includes from X11. Declaring Env.x11 makes this explicit (even if it may work on your system without). Xcode without CLTs needs to set this explicit in order to add the right sdk path. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pixman.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pixman.rb b/Library/Formula/pixman.rb
index 6e7735596..5ae224554 100644
--- a/Library/Formula/pixman.rb
+++ b/Library/Formula/pixman.rb
@@ -12,6 +12,7 @@ class Pixman < Formula
end
def install
+ ENV.x11
ENV.universal_binary if ARGV.build_universal?
if ENV.compiler == :llvm
if MacOS.xcode_version >= "4.1"