summaryrefslogtreecommitdiff
path: root/math/algae/patches/patch-ac
blob: 1f3fe5e572bb2537ced4e345b290de61d0babc36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1.1.1 2002/05/04 01:10:03 jtb Exp $

--- src/Makefile.in.orig	Wed Apr 17 02:53:08 2002
+++ src/Makefile.in	Wed Apr 17 02:53:32 2002
@@ -126,7 +126,7 @@
 # <<<< This section is deleted in the "binary" distribution.
 
 algae: $(OBJECTS)
-	$(CC) $(CFLAGS) $(LDFLAGS) -o algae $(OBJECTS) $(LIBS)
+	$(FC) $(CFLAGS) $(LDFLAGS) -o algae $(OBJECTS) $(LIBS)
 
 Makefile: Makefile.in ../config.status
 	cd ..; ./config.status