From fbaa8bb437387931476f63764ca93bd26402fd23 Mon Sep 17 00:00:00 2001 From: dpwrussell Date: Sat, 16 Nov 2013 01:07:58 +0000 Subject: ice: unset ICE_HOME during the build Signed-off-by: Jack Nagel --- Library/Formula/ice.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3