aboutsummaryrefslogtreecommitdiff
path: root/editors/mle
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-08 07:53:49 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-08 07:53:49 +0000
commitb7aa454ab970a2a39a0e220bf5be3ec86a051480 (patch)
treee6230f9946fd8703aa6b55087104057b12e33b65 /editors/mle
parentb40dd3ec148c62c33546dfb6ab0911fb116a68f7 (diff)
downloadports-b7aa454ab970a2a39a0e220bf5be3ec86a051480.tar.gz
ports-b7aa454ab970a2a39a0e220bf5be3ec86a051480.zip
editors/mle: fix build on GCC architectures
Use newer compiler: cc1: error: unrecognized command line option "-Wno-unused-result" Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=514045
Diffstat (limited to 'editors/mle')
-rw-r--r--editors/mle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mle/Makefile b/editors/mle/Makefile
index 1b057b889853..717635c4eb9a 100644
--- a/editors/mle/Makefile
+++ b/editors/mle/Makefile
@@ -21,7 +21,7 @@ TEST_DEPENDS= ${LOCALBASE}/bin/gpaste:sysutils/coreutils \
bash:shells/bash \
gfind:misc/findutils
-USES= gmake localbase:ldflags shebangfix
+USES= compiler:c11 gmake localbase:ldflags shebangfix
SHEBANG_FILES= tests/func/*.sh tests/run.sh
USE_GITHUB= yes
GH_ACCOUNT= adsr