From 14005f997cdc8daaba1086eeafcb33f9c703ff7d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 2 Apr 2012 18:33:50 -0500 Subject: djview4: force correct compilers Signed-off-by: Jack Nagel --- Library/Formula/djview4.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/djview4.rb b/Library/Formula/djview4.rb index 8968f66c2..c9ef25e9d 100644 --- a/Library/Formula/djview4.rb +++ b/Library/Formula/djview4.rb @@ -21,7 +21,7 @@ class Djview4 < Formula "--prefix=#{prefix}", "--with-x=no", "--disable-desktopfiles" - system "make" + system "make", "CC=#{ENV.cc}", "CXX=#{ENV.cxx}" # From the djview4.8 README: # Note3: Do not use command "make install". -- cgit v1.2.3