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: rillig
Date: Sun Jan 14 21:04:49 UTC 2024
Modified Files:
pkgsrc/math/fftw: Makefile.common
Log Message:
math/fftw: skip check for unknown configure options
The package has 3 configure script, and the top-level configure script
knows all of --disable-fortran, --enable-shared and --enable-threads.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/math/fftw/Makefile.common:1.6
--- pkgsrc/math/fftw/Makefile.common:1.5 Wed Sep 29 13:34:48 2021
+++ pkgsrc/math/fftw/Makefile.common Sun Jan 14 21:04:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2021/09/29 13:34:48 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2024/01/14 21:04:49 rillig Exp $
# used by math/fftw/Makefile
# used by math/fftw-long/Makefile
# used by math/fftw-quad/Makefile
@@ -21,6 +21,7 @@ USE_TOOLS+= gmake
USE_TOOLS+= perl
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
+GNU_CONFIGURE_STRICT= no
TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index