From f5990c4d6736ea73fe52565c548b4f8f8f79cd6a Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Tue, 14 Aug 2012 15:08:47 -0700 Subject: epstool: use the right compiler Closes #14188. Signed-off-by: Jack Nagel --- Library/Formula/epstool.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/epstool.rb b/Library/Formula/epstool.rb index 8f00e40ca..4e4a5a1d0 100644 --- a/Library/Formula/epstool.rb +++ b/Library/Formula/epstool.rb @@ -8,6 +8,7 @@ class Epstool < Formula def install system "make", "install", "EPSTOOL_ROOT=#{prefix}", - "EPSTOOL_MANDIR=#{man}" + "EPSTOOL_MANDIR=#{man}", + "CC=#{ENV.cc}" end end -- cgit v1.2.3