summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjep <cjep>2002-12-07 15:40:19 +0000
committercjep <cjep>2002-12-07 15:40:19 +0000
commite9cd5acc2074ebb7e96f893a97bff53c53cf5d7e (patch)
tree2adc58e72dcae910425d25a9d979118fa096dc90
parent14d7c4efb2a05054eef599a7be777a772fd52542 (diff)
downloadpkgsrc-e9cd5acc2074ebb7e96f893a97bff53c53cf5d7e.tar.gz
Use CONFIG_GUESS_OVERRIDE. Makes this package build on mipsel.
-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)