pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/fftw



Module Name:    pkgsrc
Committed By:   thor
Date:           Fri Apr 30 20:51:06 UTC 2021

Modified Files:
        pkgsrc/math/fftw: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/math/fftw/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/fftw/Makefile
diff -u pkgsrc/math/fftw/Makefile:1.64 pkgsrc/math/fftw/Makefile:1.65
--- pkgsrc/math/fftw/Makefile:1.64      Fri Apr 30 11:13:36 2021
+++ pkgsrc/math/fftw/Makefile   Fri Apr 30 20:51:06 2021
@@ -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' \



Home | Main Index | Thread Index | Old Index