svn commit: r514045 - head/editors/mle

Piotr Kubaj pkubaj at FreeBSD.org
Tue Oct 8 07:53:50 UTC 2019


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


More information about the svn-ports-all mailing list