diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-14 15:29:15 +0000 |
commit | 8b4513c505a8a73ad3e700d12d97ba13fd888317 (patch) | |
tree | 08b9b925dd2aec2f5c85c45b0bc69810e603367e /benchmarks | |
parent | fba1210466a8755cb12c7bb646726733ca828481 (diff) | |
download | pkgsrc-8b4513c505a8a73ad3e700d12d97ba13fd888317.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')
-rw-r--r-- | benchmarks/benchfft/Makefile | 7 |
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 |