svn commit: r423827 - head/lang/smalltalk

Mark Linimon linimon at FreeBSD.org
Wed Oct 12 04:10:52 UTC 2016


Author: linimon
Date: Wed Oct 12 04:10:50 2016
New Revision: 423827
URL: https://svnweb.freebsd.org/changeset/ports/423827

Log:
  Mark broken on aarch64: fails to link.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/smalltalk/Makefile

Modified: head/lang/smalltalk/Makefile
==============================================================================
--- head/lang/smalltalk/Makefile	Wed Oct 12 04:02:26 2016	(r423826)
+++ head/lang/smalltalk/Makefile	Wed Oct 12 04:10:50 2016	(r423827)
@@ -46,6 +46,7 @@ PORTDATA=	*
 
 INFO=		gst gst-base gst-libs
 
+BROKEN_aarch64=	Fails to link: undefined reference to sbrk
 BROKEN_sparc64=	Fails to install on sparc64
 
 post-patch:


More information about the svn-ports-all mailing list