From d3aac565181788d19926fe25b143bddb44bcd721 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 17 May 2012 15:17:07 -0500 Subject: pdf2json: use the right compiler Fixes #12294. Signed-off-by: Jack Nagel --- Library/Formula/pdf2json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pdf2json.rb b/Library/Formula/pdf2json.rb index c63b3a12c..0a5b9e697 100644 --- a/Library/Formula/pdf2json.rb +++ b/Library/Formula/pdf2json.rb @@ -12,7 +12,7 @@ class Pdf2json < Formula # Fix manpage install location. See: # http://code.google.com/p/pdf2json/issues/detail?id=2 inreplace "Makefile", "/man/", "/share/man/" - system "make" + system "make", "CC=#{ENV.cc}", "CXX=#{ENV.cxx}" system "make install" end end -- cgit v1.2.3