pkgsrc-wip/nsc2ke/patches/patch-aa
Kamel Ibn Aziz Derouiche 25fc36ac26 Import nsc2ke-1.0.2 as wip/nsc2ke.
NSC2KE is a Finite-Volume Galerkin program computing 2D and axisymmetric
flows on unstructured meshes.
2010-09-02 11:57:25 +00:00

18 lines
413 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2010/09/02 11:57:25 jihbed Exp $
--- makefile.orig 2010-08-19 10:45:30.000000000 +0000
+++ makefile 2010-08-19 10:45:44.000000000 +0000
@@ -1,5 +1,5 @@
-F77=f77
-LINK=f77 -O
+F77=f2c-f77
+LINK=f2c-f77 -O
FLAGS=-c -O
OBJS=nsc2ke.o config.o mailla.o aires.o seg2d.o\
@@ -12,4 +12,4 @@
$(F77) $(FLAGS) $*.f
NSC2KE:$(OBJS)
- $(LINK) $(OBJS) -o NSC2KE
+ $(LINK) $(OBJS) -o nsc2ke