Date: Sun, 10 Feb 2019 23:44:16 +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: r492658 - head/shells/ksh93-devel Message-ID: <201902102344.x1ANiGMg032484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sun Feb 10 23:44:16 2019 New Revision: 492658 URL: https://svnweb.freebsd.org/changeset/ports/492658 Log: Remove the remnant the defunct STATIC option. Modified: head/shells/ksh93-devel/Makefile (contents, props changed) Modified: head/shells/ksh93-devel/Makefile ============================================================================== --- head/shells/ksh93-devel/Makefile Sun Feb 10 23:43:23 2019 (r492657) +++ head/shells/ksh93-devel/Makefile Sun Feb 10 23:44:16 2019 (r492658) @@ -36,8 +36,6 @@ LDFLAGS+= -lm MESON_BUILD_DIR= build MAKE_ENV= CCFLAGS="${CFLAGS}" -STATIC_MAKE_ENV= LDFLAGS+=-static - BROKEN_aarch64= Fails to compile: needs sbrk OPTIONS_DEFAULT= KSH93
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902102344.x1ANiGMg032484>