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

Cy Schubert cy at FreeBSD.org
Tue Feb 5 21:01:14 UTC 2019


Author: cy
Date: Tue Feb  5 21:01:12 2019
New Revision: 492272
URL: https://svnweb.freebsd.org/changeset/ports/492272

Log:
  Fix build on GCC architectures.
  
  PR:		235535
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>
  Reported by:	Piotr Kubaj <pkubaj at anongoth.pl>

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

Modified: head/shells/ksh93-devel/Makefile
==============================================================================
--- head/shells/ksh93-devel/Makefile	Tue Feb  5 19:19:29 2019	(r492271)
+++ head/shells/ksh93-devel/Makefile	Tue Feb  5 21:01:12 2019	(r492272)
@@ -30,7 +30,7 @@ GH_TAGNAME=	${HASH}
 KSH93_CONFLICTS=	ksh93-*
 KSH_CONFLICTS=		pdksh-*
 
-USES=		meson ninja
+USES=		compiler:c11 meson ninja
 FETCH_ENV=	HTTP_AUTH=basic:*:I\ accept\ www.opensource.org/licenses/cpl:.
 LDFLAGS+=	-lm 
 MESON_BUILD_DIR=	build


More information about the svn-ports-head mailing list