Date: Sun, 18 Apr 2021 20:42:28 GMT From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1befc9d47eb2 - main - emulators/yaze-ag: switch to USES=compiler:c11 to fix build on Message-ID: <202104182042.13IKgSde099110@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by linimon: URL: https://cgit.FreeBSD.org/ports/commit/?id=1befc9d47eb2c7c817318298da8a28bcb96f2eba commit 1befc9d47eb2c7c817318298da8a28bcb96f2eba Author: Mark Linimon <linimon@FreeBSD.org> AuthorDate: 2021-04-18 20:41:56 +0000 Commit: Mark Linimon <linimon@FreeBSD.org> CommitDate: 2021-04-18 20:41:56 +0000 emulators/yaze-ag: switch to USES=compiler:c11 to fix build on GCC-based systems: cc1: error: unrecognized command line option "-std=c11" --- emulators/yaze-ag/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/yaze-ag/Makefile b/emulators/yaze-ag/Makefile index ab3c39299eab..a6b89654d24f 100644 --- a/emulators/yaze-ag/Makefile +++ b/emulators/yaze-ag/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libreadline.so:devel/readline -USE_CSTD= c11 +USES= compiler:c11 MAKEFILE= Makefile_freebsd MAKE_ENV= BINDIR=${PREFIX}/bin \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104182042.13IKgSde099110>