diff options
author | gson <gson@pkgsrc.org> | 2022-08-13 13:24:19 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2022-08-13 13:24:19 +0000 |
commit | 06a6d69e94b4fb9862a5e7057401ae4038ecad43 (patch) | |
tree | 83123ca6d2a0e709d92514fc8f71e1897b5818f1 /math/ffts | |
parent | 405b92a8169fc2ef0088cda90ec2b646ff60aa71 (diff) | |
download | pkgsrc-06a6d69e94b4fb9862a5e7057401ae4038ecad43.tar.gz |
Mark as only for x86_64. The ffts library does support some other
platforms, but the pkgsrc package currently does not yet support
configuring the library for them.
Diffstat (limited to 'math/ffts')
-rw-r--r-- | math/ffts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/ffts/Makefile b/math/ffts/Makefile index 6932ff1ec05..4c879df7e77 100644 --- a/math/ffts/Makefile +++ b/math/ffts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/07/04 19:51:42 gson Exp $ +# $NetBSD: Makefile,v 1.3 2022/08/13 13:24:19 gson Exp $ GIT_COMMIT= fe86885ecafd0d16eb122f3212403d1d5a86e24e @@ -20,6 +20,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sse --enable-single +ONLY_FOR_PLATFORM= *-*-x86_64 + pre-configure: set -e; cd ${WRKSRC}; \ aclocal; autoheader; automake -a --foreign -i; autoconf |