svn commit: r480007 - head/shells/ksh93

Emmanuel Vadot manu at FreeBSD.org
Tue Sep 18 10:28:09 UTC 2018


Author: manu
Date: Tue Sep 18 10:28:08 2018
New Revision: 480007
URL: https://svnweb.freebsd.org/changeset/ports/480007

Log:
  shells/ksh93: Update reason for aarch64 broken message
  
  Approved by:	bapt (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17204

Modified:
  head/shells/ksh93/Makefile

Modified: head/shells/ksh93/Makefile
==============================================================================
--- head/shells/ksh93/Makefile	Tue Sep 18 10:10:54 2018	(r480006)
+++ head/shells/ksh93/Makefile	Tue Sep 18 10:28:08 2018	(r480007)
@@ -36,7 +36,7 @@ KSHVERSION=	2012-08-01
 
 STATIC_MAKE_ENV=	LDFLAGS+=-static
 
-BROKEN_aarch64=		Fails to compile: error: unknown type name Dllscan_t
+BROKEN_aarch64=		Fails to compile: needs sbrk
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list