aboutsummaryrefslogtreecommitdiff
path: root/science/isaac-cfd/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/isaac-cfd/files/patch-makefile')
-rw-r--r--science/isaac-cfd/files/patch-makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/science/isaac-cfd/files/patch-makefile b/science/isaac-cfd/files/patch-makefile
new file mode 100644
index 000000000000..9c0f92a15ec9
--- /dev/null
+++ b/science/isaac-cfd/files/patch-makefile
@@ -0,0 +1,23 @@
+--- makefile.orig Mon Jun 18 02:54:29 2001
++++ makefile Tue Dec 28 16:14:53 2004
+@@ -1,7 +1,6 @@
+-MAKE=make
+-
+-FC = f77
++MAKE?=gmake
+
++F77 = %%FC%%
+ #SRC= $(HOME)/CFD/ISAAC/src
+ SRC= $(CURDIR)
+ SRCTARFILE= isaacsrc.tar
+@@ -20,8 +19,8 @@
+ #####FFLAGS= -mips2 -O2 -Olimit 3000 -noisam
+
+ #g77 flags
+-FFLAGS= -O2
+-CPPFLAGS = -DCPU_TIME
++FFLAGS = %%FFLAGS%%
++CPPFLAGS += -DCPU_TIME
+
+ OBJ= main.o \
+ bc.o \