summaryrefslogtreecommitdiff
path: root/benchmarks/benchfft
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-09-30 14:51:46 +0000
committerwiz <wiz@pkgsrc.org>2002-09-30 14:51:46 +0000
commit83e187d55def1a1414c1aa2e003056b60c132661 (patch)
treee3e49ac6523974cdaf824da809a483c21b4cf8b3 /benchmarks/benchfft
parent79f4aa18bbb752fd78850cbac5d452a08f31a076 (diff)
downloadpkgsrc-83e187d55def1a1414c1aa2e003056b60c132661.tar.gz
Fix LTCONFIG_OVERRIDE target. Should fix shark bulk build failure.
Diffstat (limited to 'benchmarks/benchfft')
-rw-r--r--benchmarks/benchfft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/benchfft/Makefile b/benchmarks/benchfft/Makefile
index 17833a7a7a7..9009e3e5fdc 100644
--- a/benchmarks/benchfft/Makefile
+++ b/benchmarks/benchfft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/04/16 07:39:03 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2002/09/30 14:51:46 wiz Exp $
DISTNAME= benchfft-2.0
CATEGORIES= benchmarks math
@@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_FORTRAN= yes
USE_LIBTOOL= yes
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LTCONFIG_OVERRIDE= ${WRKDIR}/fftw-2.0.1/ltconfig
do-configure:
(cd ${WRKDIR}/fftw-2.0.1 && ./configure)