svn commit: r456672 - head/lang/picoc
Mark Linimon
linimon at FreeBSD.org
Mon Dec 18 20:45:50 UTC 2017
Author: linimon
Date: Mon Dec 18 20:45:48 2017
New Revision: 456672
URL: https://svnweb.freebsd.org/changeset/ports/456672
Log:
This port is also affected by aarch64 not having sbrk.
Approved by: portmgr (tier-2 blanket)
Modified:
head/lang/picoc/Makefile
Modified: head/lang/picoc/Makefile
==============================================================================
--- head/lang/picoc/Makefile Mon Dec 18 19:20:08 2017 (r456671)
+++ head/lang/picoc/Makefile Mon Dec 18 20:45:48 2017 (r456672)
@@ -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
More information about the svn-ports-all
mailing list