diff options
| author | samueljohn | 2012-02-29 00:30:07 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-28 21:07:15 -0800 |
| commit | 3efc1118556aaeccdbc64495474c4df8590d55ab (patch) | |
| tree | 654bdced0252a89ced92a6e8248597e006a8a644 /Library/Formula | |
| parent | 5c7a17e5d7cce7d39378124c21726194e195b469 (diff) | |
| download | homebrew-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.rb | 1 |
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" |
