summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-30 14:51:46 +0000
committerwiz <wiz>2002-09-30 14:51:46 +0000
commitb5f247fbd9065c20ce6d1b48de7f95dea6c7d790 (patch)
treee3e49ac6523974cdaf824da809a483c21b4cf8b3 /benchmarks
parent70f2ea1251cde3a35424b38256948e4ebfb5264c (diff)
downloadpkgsrc-b5f247fbd9065c20ce6d1b48de7f95dea6c7d790.tar.gz
Fix LTCONFIG_OVERRIDE target. Should fix shark bulk build failure.
Diffstat (limited to 'benchmarks')
-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)