summaryrefslogtreecommitdiff
path: root/math/algae/patches/patch-ac
blob: f81bd14124393e5e0d35bd992f6b66d6256c61cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2003/04/29 22:15:28 jtb Exp $

--- src/Makefile.in.orig
+++ src/Makefile.in
@@ -129,7 +129,7 @@
 # <<<< This section is deleted in the "binary" distribution.
 
 algae: $(OBJECTS) ../superlu/libsuperlu.a ../arpack/libarpack.a
-	$(CC) $(CFLAGS) $(LDFLAGS) -o algae $(OBJECTS) $(LIBS)
+	$(FC) $(CFLAGS) $(LDFLAGS) -o algae $(OBJECTS) $(LIBS)
 
 Makefile: Makefile.in ../config.status
 	cd ..; ./config.status