diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-08 07:53:49 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-10-08 07:53:49 +0000 |
commit | b7aa454ab970a2a39a0e220bf5be3ec86a051480 (patch) | |
tree | e6230f9946fd8703aa6b55087104057b12e33b65 /editors/mle | |
parent | Ignore libphutil/arcanist/phabricator in portscout, as they're (diff) |
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/Makefile | 2 |
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 |