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.
This commit is contained in:
parent
cfe5b804a8
commit
17e9523fe0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue