diff options
| author | Jack Nagel | 2012-04-02 18:33:50 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-04-02 18:34:30 -0500 | 
| commit | 14005f997cdc8daaba1086eeafcb33f9c703ff7d (patch) | |
| tree | 4db1e89f7fc745ee17128492bf225509c6e120db | |
| parent | 958c6619063a9421daeba9831f3567bc744a83a4 (diff) | |
| download | homebrew-14005f997cdc8daaba1086eeafcb33f9c703ff7d.tar.bz2 | |
djview4: force correct compilers
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/djview4.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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". | 
