diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-22 16:04:19 +0000 |
commit | 82c3cac0d25cc95f9d22a5af54798c9353f0a8ab (patch) | |
tree | c5e899899564f09bbd94410678db0ab936c225e5 /net/isboot-kmod | |
parent | 18c5de50d19ed9cea6ba04528785811d0ef7b3c1 (diff) | |
download | ports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.tar.gz ports-82c3cac0d25cc95f9d22a5af54798c9353f0a8ab.zip |
Notes
Diffstat (limited to 'net/isboot-kmod')
-rw-r--r-- | net/isboot-kmod/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index abdb6b181447..667d95e99186 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -12,6 +12,9 @@ COMMENT= Kernel module enabling iSCSI boot LICENSE= BSD2CLAUSE +BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 +BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative + USES= kmod uidfix SUB_FILES= pkg-message WRKSRC_SUBDIR= src |