aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-16 17:37:51 -0600
committerJack Nagel2013-11-16 17:37:52 -0600
commitcf3a8015c2fe0969aa881f3a2395dc11f2b3867c (patch)
tree9acc13c34447b3febfbf9d09289d9b9c9f37c8a6 /Library/Formula
parent4f3976323d88b2421387020cb987cbc15e7bb6d6 (diff)
downloadhomebrew-cf3a8015c2fe0969aa881f3a2395dc11f2b3867c.tar.bz2
libxc: use fortran compiler for FCCPP
Fixes #24036.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libxc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libxc.rb b/Library/Formula/libxc.rb
index a33e319a3..31f2d686a 100644
--- a/Library/Formula/libxc.rb
+++ b/Library/Formula/libxc.rb
@@ -10,7 +10,7 @@ class Libxc < Formula
def install
system "./configure", "--prefix=#{prefix}",
"--enable-shared",
- "FCCPP=#{ENV.cc} -E -C -ansi",
+ "FCCPP=#{ENV.fc} -E -x c",
"CC=#{ENV.cc}",
"CFLAGS=-pipe"
system "make"