summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-14 15:29:15 +0000
committerjlam <jlam@pkgsrc.org>2004-02-14 15:29:15 +0000
commitb259a0a4388103cfe04c1f0f9d13e1d67cd6575b (patch)
tree08b9b925dd2aec2f5c85c45b0bc69810e603367e /benchmarks/benchfft
parent9822f69382f86fc9995f243c31b81f739f6b59c6 (diff)
downloadpkgsrc-b259a0a4388103cfe04c1f0f9d13e1d67cd6575b.tar.gz
CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
Diffstat (limited to 'benchmarks/benchfft')
-rw-r--r--benchmarks/benchfft/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 8f90fead61b..40802c04e07 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/22 07:19:25 grant Exp $
+# $NetBSD: Makefile,v 1.17 2004/02/14 15:29:15 jlam Exp $
DISTNAME= benchfft-2.0
CATEGORIES= benchmarks math
@@ -17,9 +17,8 @@ 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
+CONFIG_GUESS_OVERRIDE= config.guess ../fftw-*/config.guess
+CONFIG_SUB_OVERRIDE= config.sub ../fftw-*/config.sub
pre-configure:
CONFIGURE_DIRS=${WRKDIR}/fftw-2.0.1 ${MAKE} ${MAKEFLAGS} do-configure