From 8befc4e243270007ed8be6ae046a6e6afe371f8f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 31 Dec 2013 19:57:14 -0600 Subject: mu: fix miscompilation on 10.9 Fixes #25524. --- Library/Formula/mu.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mu.rb b/Library/Formula/mu.rb index 120be58be..1914cf1d6 100644 --- a/Library/Formula/mu.rb +++ b/Library/Formula/mu.rb @@ -40,11 +40,17 @@ class Mu < Formula # shipped by default with Mac OS X is too old. ENV['EMACS'] = 'no' unless build.with? 'emacs' + # I dunno. + # https://github.com/djcb/mu/issues/332 + # https://github.com/Homebrew/homebrew/issues/25524 + ENV.delete 'MACOSX_DEPLOYMENT_TARGET' + system 'autoreconf', '-ivf' if build.head? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--with-gui=none" system "make" + system "make test" system "make install" end -- cgit v1.2.3