git: 1befc9d47eb2 - main - emulators/yaze-ag: switch to USES=compiler:c11 to fix build on
Mark Linimon
linimon at FreeBSD.org
Sun Apr 18 20:42:28 UTC 2021
The branch main has been updated by linimon:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1befc9d47eb2c7c817318298da8a28bcb96f2eba
commit 1befc9d47eb2c7c817318298da8a28bcb96f2eba
Author: Mark Linimon <linimon at FreeBSD.org>
AuthorDate: 2021-04-18 20:41:56 +0000
Commit: Mark Linimon <linimon at 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 \
More information about the dev-commits-ports-all
mailing list