diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 13:00:06 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-12 13:00:06 +0000 |
commit | d37adf934ba15e663e30abd0459c35c7d262f9e8 (patch) | |
tree | f7e83e0f9bc383ed8d2e631e08dc3f2e7acc9223 /math/femlab/files/patch-fsource_makepoisson | |
parent | - Fix RUN_DEPENDS (diff) |
* Migrate to gfortran.
* Bump port revision.
Notes
Notes:
svn path=/head/; revision=182202
Diffstat (limited to 'math/femlab/files/patch-fsource_makepoisson')
-rw-r--r-- | math/femlab/files/patch-fsource_makepoisson | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/femlab/files/patch-fsource_makepoisson b/math/femlab/files/patch-fsource_makepoisson index 2544f6e764ca..e3ab16ae0335 100644 --- a/math/femlab/files/patch-fsource_makepoisson +++ b/math/femlab/files/patch-fsource_makepoisson @@ -5,7 +5,7 @@ $FreeBSD$ +++ fsource/makepoisson Wed Jul 24 00:06:17 2002 @@ -1,4 +1,4 @@ -FFLAGS= -O -+FFLAGS= -O -fno-globals ++FFLAGS= -O2 FFILES= dwm1.f startpo.f preproc.f rhslhs.f poisson.f output.f |