summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-07 15:40:19 +0000
committercjep <cjep>2002-12-07 15:40:19 +0000
commitda4619960c19f73ebf684586d104e5bce97ec065 (patch)
tree2adc58e72dcae910425d25a9d979118fa096dc90 /benchmarks
parent68f163d5391c1897b739af636beb65327b8ce8b2 (diff)
downloadpkgsrc-da4619960c19f73ebf684586d104e5bce97ec065.tar.gz
Use CONFIG_GUESS_OVERRIDE. Makes this package build on mipsel.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/benchfft/Makefile6
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)