diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-11-28 00:39:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-11-28 00:39:33 +0000 |
commit | b93d4203cc7653419f84289560244588fb2e91b5 (patch) | |
tree | 3f6e3e25a827e290210cea51c8f3d9bc09fdd782 | |
parent | This port now builds on aarch64. (diff) |
This port now builds on aarch64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=556473
-rw-r--r-- | lang/picoc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/picoc/Makefile b/lang/picoc/Makefile index 7a5079ee6619..64f25007d6b9 100644 --- a/lang/picoc/Makefile +++ b/lang/picoc/Makefile @@ -10,8 +10,6 @@ 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 |