Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 23:56:26 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492659 - head/shells/ksh93-devel
Message-ID:  <201902102356.x1ANuQZa037704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902102356.x1ANuQZa037704>