From b7aa454ab970a2a39a0e220bf5be3ec86a051480 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 8 Oct 2019 07:53:49 +0000 Subject: editors/mle: fix build on GCC architectures Use newer compiler: cc1: error: unrecognized command line option "-Wno-unused-result" Approved by: mentors (implicit approval) --- editors/mle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/mle') 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 -- cgit v1.2.3