diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-07 15:40:19 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-07 15:40:19 +0000 |
commit | b6d029464aac56849845efbb01a2c9c0d20a5253 (patch) | |
tree | 2adc58e72dcae910425d25a9d979118fa096dc90 /benchmarks | |
parent | a2904a545feefe1c6f64647c2234f89b38790d07 (diff) | |
download | pkgsrc-b6d029464aac56849845efbb01a2c9c0d20a5253.tar.gz |
Use CONFIG_GUESS_OVERRIDE. Makes this package build on mipsel.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/benchfft/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile index 141e37744ab..63a44cdad2d 100644 --- a/benchmarks/benchfft/Makefile +++ b/benchmarks/benchfft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/09/30 15:00:32 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/12/07 15:40:19 cjep Exp $ DISTNAME= benchfft-2.0 CATEGORIES= benchmarks math @@ -15,7 +15,11 @@ USE_BUILDLINK2= yes USE_GMAKE= yes USE_FORTRAN= yes USE_LIBTOOL= yes + LTCONFIG_OVERRIDE= ${WRKDIR}/fftw-2.0.1/ltconfig +CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess +CONFIG_GUESS_OVERRIDE+= ${WRKDIR}/fftw-2.0.1/config.guess +CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub ${WRKDIR}/fftw-2.0.1/config.sub do-configure: (cd ${WRKDIR}/fftw-2.0.1 && ./configure) |