1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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:
Gerald Pfeifer 2009-01-18 03:42:53 +00:00
parent 9f1cb6cce4
commit d85c8a1c8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226356

View File

@ -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