Date: Tue, 8 Oct 2019 07:53:49 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514045 - head/editors/mle Message-ID: <201910080753.x987rn95099055@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Oct 8 07:53:49 2019 New Revision: 514045 URL: https://svnweb.freebsd.org/changeset/ports/514045 Log: editors/mle: fix build on GCC architectures Use newer compiler: cc1: error: unrecognized command line option "-Wno-unused-result" Approved by: mentors (implicit approval) Modified: head/editors/mle/Makefile Modified: head/editors/mle/Makefile ============================================================================== --- head/editors/mle/Makefile Tue Oct 8 07:53:04 2019 (r514044) +++ head/editors/mle/Makefile Tue Oct 8 07:53:49 2019 (r514045) @@ -21,7 +21,7 @@ TEST_DEPENDS= ${LOCALBASE}/bin/gpaste:sysutils/coreuti 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910080753.x987rn95099055>