summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2021-04-30 20:51:06 +0000
committerthor <thor@pkgsrc.org>2021-04-30 20:51:06 +0000
commitc8ee79759d13624ee636bdd435e7c72f81070eb5 (patch)
tree2fd0e9e4627d7212a9570c809468b2afb8511957 /math
parent94f22c2ceca1f5d285cf9c8326e7095627e35e9e (diff)
downloadpkgsrc-c8ee79759d13624ee636bdd435e7c72f81070eb5.tar.gz
math/fftw: avoid --enable-double, which does not exist (default)
Diffstat (limited to 'math')
-rw-r--r--math/fftw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index fba9c7c7a10..6adb0d9d18c 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2021/04/30 11:13:36 thor Exp $
+# $NetBSD: Makefile,v 1.65 2021/04/30 20:51:06 thor Exp $
PKGREVISION= 5
@@ -73,7 +73,7 @@ pre-configure:
printf '#!/bin/sh\nexec ../../configure "$$@" --enable-${d:S,build/,,} ${FFTW_FLOAT_OPTS}' \
> ${WRKSRC:Q}/${d}/configure
.elif ${d} == "build/double"
- printf '#!/bin/sh\nexec ../../configure "$$@" --enable-${d:S,build/,,} ${FFTW_DOUBLE_OPTS}' \
+ printf '#!/bin/sh\nexec ../../configure "$$@" ${FFTW_DOUBLE_OPTS}' \
> ${WRKSRC:Q}/${d}/configure
.elif ${d} == "build/quad-precision"
printf '#!/bin/sh\nexec ../../configure "$$@" --enable-${d:S,build/,,} --disable-mpi\n' \