diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-24 01:30:19 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-04-24 18:46:44 +0800 |
commit | 2ef313347c2445982d58d13a3bb951bfc1e8ef95 (patch) | |
tree | e21670094b12d9f74d8282c40a1b59a55d121160 /comms/uartlirc/Makefile | |
parent | 4bc81aee5fa28a406898ccff8ab5bd1dee563fdc (diff) | |
download | freebsd-ports-gnome-2ef313347c2445982d58d13a3bb951bfc1e8ef95.tar.gz freebsd-ports-gnome-2ef313347c2445982d58d13a3bb951bfc1e8ef95.tar.zst freebsd-ports-gnome-2ef313347c2445982d58d13a3bb951bfc1e8ef95.zip |
comms/uartlirc: mark BROKEN on FreeBSD >= 13
Diffstat (limited to 'comms/uartlirc/Makefile')
-rw-r--r-- | comms/uartlirc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile index 20dc459bc142..c01b1201e803 100644 --- a/comms/uartlirc/Makefile +++ b/comms/uartlirc/Makefile @@ -18,6 +18,8 @@ BROKEN_powerpc64= fails to compile: uart.h: No such file or directory BROKEN_powerpc64le= fails to compile: uart.h: No such file or directory BROKEN_riscv64= fails to compile: uartlirc_core.c:273:19: expected expression BROKEN_sparc64= fails to build +BROKEN_FreeBSD_13= fails to compile: uartlirc_bus_scc.c:101:7: use of undeclared identifier 'SCC_CLASS_SAB82532' +BROKEN_FreeBSD_14= fails to compile: uartlirc_bus_scc.c:101:7: use of undeclared identifier 'SCC_CLASS_SAB82532' USES= kmod |