diff options
author | linimon <linimon@FreeBSD.org> | 2017-12-18 11:15:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-12-18 11:15:54 +0800 |
commit | f6776870ebf41b61de58802813768335cb688345 (patch) | |
tree | 378ceee8cf9dbed4dde504fdc353a953f3aaa8bf /net | |
parent | 0ee1a1860c79fd348dbdb48e23a686c109e214e5 (diff) | |
download | freebsd-ports-gnome-f6776870ebf41b61de58802813768335cb688345.tar.gz freebsd-ports-gnome-f6776870ebf41b61de58802813768335cb688345.tar.zst freebsd-ports-gnome-f6776870ebf41b61de58802813768335cb688345.zip |
Also broken on aarch64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/isboot-kmod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index 48f2160162b1..f3f815843e89 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -12,6 +12,7 @@ COMMENT= Kernel module enabling iSCSI boot LICENSE= BSD2CLAUSE +BROKEN_aarch64= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_armv7= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative |