svn commit: r492659 - head/shells/ksh93-devel

Cy Schubert cy at FreeBSD.org
Sun Feb 10 23:56:27 UTC 2019


Author: cy
Date: Sun Feb 10 23:56:25 2019
New Revision: 492659
URL: https://svnweb.freebsd.org/changeset/ports/492659

Log:
  Recent ksh93 no longer use sbrk(). This port should build on aarch64.

Modified:
  head/shells/ksh93-devel/Makefile   (contents, props changed)

Modified: head/shells/ksh93-devel/Makefile
==============================================================================
--- head/shells/ksh93-devel/Makefile	Sun Feb 10 23:44:16 2019	(r492658)
+++ head/shells/ksh93-devel/Makefile	Sun Feb 10 23:56:25 2019	(r492659)
@@ -36,8 +36,6 @@ LDFLAGS+=	-lm 
 MESON_BUILD_DIR=	build
 MAKE_ENV=	CCFLAGS="${CFLAGS}"
 
-BROKEN_aarch64=		Fails to compile: needs sbrk
-
 OPTIONS_DEFAULT=	KSH93
 OPTIONS_SINGLE=		BIN_KSH
 OPTIONS_SINGLE_BIN_KSH=	KSH KSH93


More information about the svn-ports-all mailing list