diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-11 17:03:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-11 17:03:52 +0000 |
commit | e19c44cecfa26f1ba41d35eef979634900e24d54 (patch) | |
tree | be44c93d7043b0ccdd7259da0f510961807cf9d2 /net/isboot-kmod | |
parent | 68cfee0d22b1904ea972bed10c9ad335d6f77399 (diff) |
Notes
Diffstat (limited to 'net/isboot-kmod')
-rw-r--r-- | net/isboot-kmod/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index 6e54ef7bac86..b697cbae5951 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -15,7 +15,6 @@ 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 USES= kmod uidfix SUB_FILES= pkg-message |