diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-18 20:45:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-18 20:45:48 +0000 |
commit | 0ec09451741247724e17ce2d98e99439139ef19d (patch) | |
tree | bd3c0783def53401074d93bb7243c93208f28bb9 /lang/picoc | |
parent | 69b03db82cf2823dda6ab8018421241338d95306 (diff) |
This port is also affected by aarch64 not having sbrk.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=456672
Diffstat (limited to 'lang/picoc')
-rw-r--r-- | lang/picoc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 62c88b31e2b2..677ed3a13857 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -10,6 +10,8 @@ COMMENT= Very small C interpreter for scripting LICENSE= BSD3CLAUSE +BROKEN_aarch64= fails to link: missing sbrk + USE_GITHUB= yes GH_ACCOUNT= zsaleeba GH_TAGNAME= 4555e84 |