aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-05-19 18:25:31 -0500
committerJack Nagel2013-05-19 18:25:32 -0500
commit0fe4092d9e5153f7d92b73805be987c20f9cd72b (patch)
tree99bb8871ba21705a157654b0124206c991ff64e4 /Library/Formula
parentda1128df2caabe0b6e483ab0e70d85494ad98be3 (diff)
downloadhomebrew-0fe4092d9e5153f7d92b73805be987c20f9cd72b.tar.bz2
imake: use env :std for now
There are some CPP issues here that will probably resurface under stdenv once other compilers go away, but this works for now.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/imake.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/imake.rb b/Library/Formula/imake.rb
index 4e9d360ef..5ea43a3d3 100644
--- a/Library/Formula/imake.rb
+++ b/Library/Formula/imake.rb
@@ -13,6 +13,8 @@ class Imake < Formula
depends_on 'pkg-config' => :build
depends_on :x11
+ env :std # CPP issues under superenv
+
def patches
# Remove cpp whitespace check and add "-" to pass the cpp -undef test.
# These are needed to support superenv (which uses clang)