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: wiz
Date: Tue Dec 3 18:22:29 UTC 2024
Modified Files:
pkgsrc/math/fftw: Makefile.common
Log Message:
fftw: remove incorrect MAKE_DIRS
I guess this should have been BUILD_DIRS, but that defaults to
CONFIGURE_DIRS so we don't need to set it.
Reported by Edgar Fuß in private mail.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/fftw/Makefile.common
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.common
diff -u pkgsrc/math/fftw/Makefile.common:1.6 pkgsrc/math/fftw/Makefile.common:1.7
--- pkgsrc/math/fftw/Makefile.common:1.6 Sun Jan 14 21:04:49 2024
+++ pkgsrc/math/fftw/Makefile.common Tue Dec 3 18:22:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2024/01/14 21:04:49 rillig Exp $
+# $NetBSD: Makefile.common,v 1.7 2024/12/03 18:22:29 wiz Exp $
# used by math/fftw/Makefile
# used by math/fftw-long/Makefile
# used by math/fftw-quad/Makefile
@@ -45,7 +45,6 @@ PLIST.pthreads= yes
CONFIGURE_SCRIPT= ./configure
.for p in ${FFTW_PRECISION}
CONFIGURE_DIRS+= build/${p}
-MAKE_DIRS+= build/${p}
.endfor
pre-configure:
Home |
Main Index |
Thread Index |
Old Index