From 377eeeec1752b3218b15ac4352a917c8a46e97db Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 11 Mar 2012 15:16:36 -0500 Subject: open-babel: fix audit warning Signed-off-by: Jack Nagel --- Library/Formula/open-babel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/open-babel.rb b/Library/Formula/open-babel.rb index bb7e55d4d..2c8b670e5 100644 --- a/Library/Formula/open-babel.rb +++ b/Library/Formula/open-babel.rb @@ -79,7 +79,7 @@ class OpenBabel < Formula system "ruby", "extconf.rb", "--with-openbabel-include=#{include}", "--with-openbabel-lib=#{lib}" - + # Don't build i386 version when libopenbabel can't link to it. inreplace "Makefile", '-arch i386 ', '' -- cgit v1.2.3