diff options
| author | Max Howell | 2012-08-31 23:43:18 -0400 |
|---|---|---|
| committer | Max Howell | 2012-08-31 23:45:10 -0400 |
| commit | 778df44380f3def2cf5acab8ddff23228b91aba5 (patch) | |
| tree | aef79adb2a64fc24edc7e7dbe926bc718f3210e9 | |
| parent | 5d5939a205773cd68d04d848bb58bc32b29cc516 (diff) | |
| download | homebrew-778df44380f3def2cf5acab8ddff23228b91aba5.tar.bz2 | |
Half-fix MOSML
| -rw-r--r-- | Library/Formula/mosml.rb | 3 |
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 |
