aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pdf2json.rb2
1 files changed, 1 insertions, 1 deletions
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