aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2012-08-31 23:43:18 -0400
committerMax Howell2012-08-31 23:45:10 -0400
commit778df44380f3def2cf5acab8ddff23228b91aba5 (patch)
treeaef79adb2a64fc24edc7e7dbe926bc718f3210e9
parent5d5939a205773cd68d04d848bb58bc32b29cc516 (diff)
downloadhomebrew-778df44380f3def2cf5acab8ddff23228b91aba5.tar.bz2
Half-fix MOSML
-rw-r--r--Library/Formula/mosml.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mosml.rb b/Library/Formula/mosml.rb
index d1c6aef74..e77ef9edb 100644
--- a/Library/Formula/mosml.rb
+++ b/Library/Formula/mosml.rb
@@ -11,13 +11,12 @@ class Mosml < Formula
inreplace "Makefile.inc" do |s|
s.change_make_var! 'MOSMLHOME', prefix
- s.gsub! '/lib/cpp', '/usr/bin/cpp'
s.change_make_var! 'DOCDIR', doc
s.change_make_var! 'LIBDIR', lib+'mosml'
s.change_make_var! 'TOOLDIR', lib+'mosml'
end
- system "make"
+ system "make", "CPP=cpp"
system "make install"
end
end