pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/fftw math/fftw: avoid --enable-double, which does...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/439fa9199df4
branches:  trunk
changeset: 451739:439fa9199df4
user:      thor <thor%pkgsrc.org@localhost>
date:      Fri Apr 30 20:51:06 2021 +0000

description:
math/fftw: avoid --enable-double, which does not exist (default)

diffstat:

 math/fftw/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d798ed4dfa3 -r 439fa9199df4 math/fftw/Makefile
--- a/math/fftw/Makefile        Fri Apr 30 18:52:05 2021 +0000
+++ b/math/fftw/Makefile        Fri Apr 30 20:51:06 2021 +0000
@@ -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 @@
        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' \



Home | Main Index | Thread Index | Old Index