diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-29 20:46:47 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-12-29 20:46:47 +0000 |
commit | 5b2aa28c65d21562ab17d4f29778ea8f2346ecc5 (patch) | |
tree | cbfb00526ce849cb3f0bca6f79b0f02cdec85074 /science/isaac-cfd/files | |
parent | 866ee92c168610beb137a1a475b925b9214a6d08 (diff) |
Notes
Diffstat (limited to 'science/isaac-cfd/files')
-rw-r--r-- | science/isaac-cfd/files/patch-makefile | 23 | ||||
-rw-r--r-- | science/isaac-cfd/files/patch-turb+turb.mk | 8 |
2 files changed, 31 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 \ diff --git a/science/isaac-cfd/files/patch-turb+turb.mk b/science/isaac-cfd/files/patch-turb+turb.mk new file mode 100644 index 000000000000..042ce588beec --- /dev/null +++ b/science/isaac-cfd/files/patch-turb+turb.mk @@ -0,0 +1,8 @@ +--- turb/turb.mk.orig Fri Jun 8 04:24:24 2001 ++++ turb/turb.mk Sun Dec 26 21:25:24 2004 +@@ -1,4 +1,4 @@ +-MAKE=make ++MAKE?=gmake + + SRC= $(HOME)/ISAAC/src + TURB= $(SRC)/turb |