Date: Tue, 5 Feb 2019 21:01:13 +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: r492272 - head/shells/ksh93-devel Message-ID: <201902052101.x15L1D7X038063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@anongoth.pl> Reported by: Piotr Kubaj <pkubaj@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902052101.x15L1D7X038063>