From bf3dea328e00bdfa98725d212dfe8baedae7f78a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 16 Aug 2013 11:24:26 -0500 Subject: automake: force use of system perl If a non-system perl is present when automake is built and subsequently removed, automake will break. Force the use of the system perl to prevent this. --- Library/Formula/automake.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') diff --git a/Library/Formula/automake.rb b/Library/Formula/automake.rb index 7ab3e736a..535efa620 100644 --- a/Library/Formula/automake.rb +++ b/Library/Formula/automake.rb @@ -14,6 +14,8 @@ class Automake < Formula end def install + ENV['PERL'] = '/usr/bin/perl' + system "./configure", "--prefix=#{prefix}" system "make install" -- cgit v1.2.3