Do not explicitly pass F77 and FFLAGS to CONFIGURE_ENV, this is now done
transparently. Approved by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)
This commit is contained in:
parent
9f1cb6cce4
commit
d85c8a1c8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226356
@ -29,8 +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"
|
||||
FFLAGS+= -fno-range-check
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" LIBS="-lgfx"
|
||||
CONFIGURE_ARGS= --enable-gtk --enable-threads --with-netcdf \
|
||||
--with-mixkit=${LOCALBASE}/lib/libmix.a --with-x
|
||||
USE_LDCONFIG= yes
|
||||
|
Loading…
Reference in New Issue
Block a user