diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-05-15 19:06:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-05-15 19:06:58 +0000 |
commit | 3738b4f3e3205065aca03d396114d77e16f0a3c4 (patch) | |
tree | 981b2664168766b5d015945ed235fdceea4e4e47 /net | |
parent | 88f72b4eb3205d5aab102355ac1308ea5e379a6e (diff) |
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 691a4af03201..3c39f1002c1e 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -15,6 +15,7 @@ BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_ BROKEN_armv7= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found BROKEN_FreeBSD_12= no member named 'tqh_first' in 'struct ifnethead' BROKEN_FreeBSD_13= no member named 'tqh_first' in 'struct ifnethead' +BROKEN_FreeBSD_14= no member named 'tqh_first' in 'struct ifnethead' USES= kmod uidfix SUB_FILES= pkg-message |