diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-23 22:30:18 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-07-23 22:30:18 +0000 |
commit | b0c55b07ca7363a20e3d729e52e7c84888a9ef85 (patch) | |
tree | 61ba0f787c787d55be68033880bdee6648e92208 /math/femlab/files/patch-fsource_makepoisson | |
parent | remove 2 unneeded patches that didn't get removed (diff) |
* Unbreak build of FORTRAN parts.
PR: 40928
Submitted by: Amar Takhar <verm@drunkmonk.net>
* Fix build on -CURRENT.
Notes
Notes:
svn path=/head/; revision=63460
Diffstat (limited to 'math/femlab/files/patch-fsource_makepoisson')
-rw-r--r-- | math/femlab/files/patch-fsource_makepoisson | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/femlab/files/patch-fsource_makepoisson b/math/femlab/files/patch-fsource_makepoisson new file mode 100644 index 000000000000..2544f6e764ca --- /dev/null +++ b/math/femlab/files/patch-fsource_makepoisson @@ -0,0 +1,11 @@ + +$FreeBSD$ + +--- fsource/makepoisson.orig Thu Sep 14 09:47:27 1995 ++++ fsource/makepoisson Wed Jul 24 00:06:17 2002 +@@ -1,4 +1,4 @@ +-FFLAGS= -O ++FFLAGS= -O -fno-globals + + FFILES= dwm1.f startpo.f preproc.f rhslhs.f poisson.f output.f + |