Skip to content

Commit

Permalink
emulators/yaze-ag: switch to USES=compiler:c11 to fix build on
Browse files Browse the repository at this point in the history
  GCC-based systems:

cc1: error: unrecognized command line option "-std=c11"
  • Loading branch information
Mark Linimon authored and Mark Linimon committed Apr 18, 2021
1 parent 8e65beb commit 1befc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/yaze-ag/Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit 1befc9d

Please sign in to comment.