mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Reverse the logic of architecture support.
Add a list of support architectures with a REASON that these are the only supported targets. This will now skip this port on mips/mips64/armv6. PR: 196970 Differential Revision: 196970 Reviewed by: hrs (in irc) Approved by: mentor (implicit)
This commit is contained in:
parent
eb7b7e7d3f
commit
1a7a789fc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378737
1 changed files with 2 additions and 3 deletions
|
@ -60,9 +60,8 @@ NONE_DESC= No GUI support
|
||||||
NONE_CONFIGURE_ON= --without-gui
|
NONE_CONFIGURE_ON= --without-gui
|
||||||
NONE_CONFIGURE_ENV= WISH=/usr/bin/true
|
NONE_CONFIGURE_ENV= WISH=/usr/bin/true
|
||||||
|
|
||||||
.for a in ia64 powerpc sparc64
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64
|
ONLY_FOR_ARCHS_REASON= Uses x86 specific libc functions and has not been ported
|
||||||
.endfor
|
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue