diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-10 21:32:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-10 21:32:34 +0000 |
commit | bf7106524558f3ff2f4acf895a0197dcbfc205c8 (patch) | |
tree | 242df8ee718daf9e09cebeb1dbd241987084de3a /science | |
parent | bb1c646f782a8fbf31420335788d7d134f5b3f93 (diff) | |
download | freebsd-ports-bf7106524558f3ff2f4acf895a0197dcbfc205c8.zip |
- Fix build with gfortran43
PR: ports/130351
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)
Diffstat (limited to 'science')
-rw-r--r-- | science/vis5d+/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 22419a7745a0..3a2bbdfde0ca 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -29,7 +29,8 @@ USE_GL= yes USE_GNOME= gnometarget gtk12 USE_ICONV= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" F77="${F77}" FFLAGS="-fno-range-check" LIBS="-lgfx" +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" F77="${F77}" FFLAGS="-fno-range-check" LIBS="-lgfx" +FFLAGS+= -fno-range-check CONFIGURE_ARGS= --enable-gtk --enable-threads --with-netcdf \ --with-mixkit=${LOCALBASE}/lib/libmix.a --with-x USE_LDCONFIG= yes |