diff options
Diffstat (limited to 'benchmarks/benchfft/Makefile')
-rw-r--r-- | benchmarks/benchfft/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 7665de13f2d..5889d5c26f8 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/05/13 14:51:11 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.7 2000/11/07 20:28:23 skrll Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math @@ -11,6 +11,8 @@ HOMEPAGE= http://theory.lcs.mit.edu/~benchfft/download.html GNU_CONFIGURE= yes USE_GMAKE= yes USE_FORTRAN= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig do-configure: (cd ${WRKDIR}/fftw-2.0.1 && ./configure) |