diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-05-16 03:06:58 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-05-16 03:06:58 +0800 |
commit | 3738b4f3e3205065aca03d396114d77e16f0a3c4 (patch) | |
tree | 981b2664168766b5d015945ed235fdceea4e4e47 /net/isboot-kmod | |
parent | 88f72b4eb3205d5aab102355ac1308ea5e379a6e (diff) | |
download | freebsd-ports-gnome-3738b4f3e3205065aca03d396114d77e16f0a3c4.tar.gz freebsd-ports-gnome-3738b4f3e3205065aca03d396114d77e16f0a3c4.tar.zst freebsd-ports-gnome-3738b4f3e3205065aca03d396114d77e16f0a3c4.zip |
net/isboot-kmod: mark BROKEN on 14 the same way as on 12 and 13.
Diffstat (limited to 'net/isboot-kmod')
-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 |