diff options
author | pav <pav@FreeBSD.org> | 2009-01-11 05:32:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-11 05:32:34 +0800 |
commit | 7825ad14ce1080f3b2a27318f731dde0ab5b72d7 (patch) | |
tree | 8645ced4b7f3c95d0a23626989ced9f0a8dc4be4 /science | |
parent | 87cda5523cb39c292ca7e92ea36cc5c8e46f259e (diff) | |
download | freebsd-ports-gnome-7825ad14ce1080f3b2a27318f731dde0ab5b72d7.tar.gz freebsd-ports-gnome-7825ad14ce1080f3b2a27318f731dde0ab5b72d7.tar.zst freebsd-ports-gnome-7825ad14ce1080f3b2a27318f731dde0ab5b72d7.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 |