aboutsummaryrefslogtreecommitdiff
path: root/lang/gnu-apl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-01-01 23:51:48 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-01-01 23:51:48 +0000
commit553b088a0505b32e910f454bc2a296fca47ac9dd (patch)
treeb95d03e698b9ef7fe36e585725c5dcfc5aee36d0 /lang/gnu-apl
parent6b5efb1b8820c67344543e6cd051a864862f5a8f (diff)
downloadports-553b088a0505b32e910f454bc2a296fca47ac9dd.tar.gz
ports-553b088a0505b32e910f454bc2a296fca47ac9dd.zip
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=559890
Diffstat (limited to 'lang/gnu-apl')
-rw-r--r--lang/gnu-apl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnu-apl/Makefile b/lang/gnu-apl/Makefile
index cc9b53442056..0713c564a25c 100644
--- a/lang/gnu-apl/Makefile
+++ b/lang/gnu-apl/Makefile
@@ -14,6 +14,7 @@ COMMENT= Free interpreter for APL programming language
LICENSE= GPLv3+
BROKEN_aarch64= Fails to link: missing sbrk
+BROKEN_riscv64= Fails to link: missing sbrk
# XXX: should be optional, but no way to disable in the configure script
LIB_DEPENDS= libfftw3.so:math/fftw3