diff options
author | gerald <gerald@FreeBSD.org> | 2009-01-10 20:05:49 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-01-10 20:05:49 +0800 |
commit | aef8523e39c0f9d51abc048db3ee4a6af4595d0a (patch) | |
tree | a662fc4acea5ffa3ad72615f5e26d2b2d3d2c201 | |
parent | 0606103d8482a797d962936d1c23b7dbabc0bd3b (diff) | |
download | freebsd-ports-gnome-aef8523e39c0f9d51abc048db3ee4a6af4595d0a.tar.gz freebsd-ports-gnome-aef8523e39c0f9d51abc048db3ee4a6af4595d0a.tar.zst freebsd-ports-gnome-aef8523e39c0f9d51abc048db3ee4a6af4595d0a.zip |
No longer pass FC and F77 to CONFIGURE_ENV; this is now done via
Mk/bsd.gcc.mk.
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
-rw-r--r-- | math/fftw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index b934f74b5331..0db6de94359d 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -26,7 +26,7 @@ USE_AUTOTOOLS= libtool:15 USE_FORTRAN= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" FC="${FC}" F77="${F77}" +CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes PLIST_SUB= FFTW_SUFX="${FFTW_SUFX}" |