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

Cy Schubert cy at FreeBSD.org
Sun Feb 10 23:44:17 UTC 2019


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


More information about the svn-ports-head mailing list