1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

lang/picoc: Mark as broken on aarch64

sbrk is not implemented on aarch64
This commit is contained in:
Mikael Urankar 2021-09-10 14:48:15 +02:00
parent fd599756f7
commit 94d69d0eb6

View File

@ -8,6 +8,7 @@ COMMENT= Very small C interpreter for scripting
LICENSE= BSD3CLAUSE
BROKEN_aarch64= Fails to link: missing sbrk
BROKEN_riscv64= Fails to link: missing sbrk
USE_GITHUB= yes