From 0fe4092d9e5153f7d92b73805be987c20f9cd72b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 19 May 2013 18:25:31 -0500 Subject: 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. --- Library/Formula/imake.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') 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) -- cgit v1.2.3