From 778df44380f3def2cf5acab8ddff23228b91aba5 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Fri, 31 Aug 2012 23:43:18 -0400 Subject: Half-fix MOSML --- Library/Formula/mosml.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3