aboutsummaryrefslogtreecommitdiff
path: root/shells/ksh93-devel
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-02-05 21:01:12 +0000
committerCy Schubert <cy@FreeBSD.org>2019-02-05 21:01:12 +0000
commitbc7696538c7fdee9dc16222ed06504834df6050c (patch)
tree9e531c533a024648271b732d1db34b083164da1d /shells/ksh93-devel
parent473a91cfd9bf1b2a3d709f2eead24753c67f59f3 (diff)
downloadports-bc7696538c7fdee9dc16222ed06504834df6050c.tar.gz
ports-bc7696538c7fdee9dc16222ed06504834df6050c.zip
Fix build on GCC architectures.
PR: 235535 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=492272
Diffstat (limited to 'shells/ksh93-devel')
-rw-r--r--shells/ksh93-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93-devel/Makefile b/shells/ksh93-devel/Makefile
index af7be3b92f9d..14cda4a5ff86 100644
--- a/shells/ksh93-devel/Makefile
+++ b/shells/ksh93-devel/Makefile
@@ -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