djview4: force correct compilers

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-04-02 18:33:50 -05:00
parent 2bbd5acc72
commit 2d1efad1c2

View file

@ -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".