Mark as broken on aarch64/armv7: there is no shim for inb/outb as there is
on powerpc64. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
b0adf448c6
commit
9ab7f5e0aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=536924
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 powerpc64
|
||||
BROKEN_aarch64= fails to link: libfreeipmi/.libs/libfreeipmi.so: undefined reference to inb (also outb)
|
||||
BROKEN_armv7= fails to link: libfreeipmi/.libs/libfreeipmi.so: undefined reference to inb (also outb)
|
||||
|
||||
LIB_DEPENDS= libargp.so:devel/argp-standalone \
|
||||
libgcrypt.so:security/libgcrypt
|
||||
|
|
Loading…
Reference in a new issue