diff options
| author | dpwrussell | 2013-11-16 01:07:58 +0000 |
|---|---|---|
| committer | Jack Nagel | 2013-11-19 13:42:38 -0600 |
| commit | fbaa8bb437387931476f63764ca93bd26402fd23 (patch) | |
| tree | 058e830639dbd4e35e578bf652520ed30db822ab /Library | |
| parent | 5d33277604638f3cefe79c6592e2c19604f22c2c (diff) | |
| download | homebrew-fbaa8bb437387931476f63764ca93bd26402fd23.tar.bz2 | |
ice: unset ICE_HOME during the build
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ice.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/ice.rb b/Library/Formula/ice.rb index 0a6bc84dc..c97534068 100644 --- a/Library/Formula/ice.rb +++ b/Library/Formula/ice.rb @@ -38,6 +38,9 @@ class Ice < Formula args << "PYTHON_FLAGS=-F#{python.framework} -framework Python" args << "PYTHON_LIBS=-F#{python.framework} -framework Python" + # Unset ICE_HOME as it interferes with the build + ENV.delete('ICE_HOME') + cd "cpp" do system "make", *args system "make", "install", *args |
