aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-03-11 15:16:36 -0500
committerJack Nagel2012-03-11 15:18:56 -0500
commit377eeeec1752b3218b15ac4352a917c8a46e97db (patch)
tree33d7c6e3deae8c75811c0143fcd333f3ac5a7a3b /Library/Formula
parent2e7cbfef334a3623f60e030e4d40103472ba4d43 (diff)
downloadhomebrew-377eeeec1752b3218b15ac4352a917c8a46e97db.tar.bz2
open-babel: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/open-babel.rb2
1 files changed, 1 insertions, 1 deletions
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 ', ''