Skip to content

Commit

Permalink
Add compiler:c11 to USES to fix build on GCC-based systems:
Browse files Browse the repository at this point in the history
  src/renderbuffer.c:189: error: 'RBCell' has no member named 'startcol'
  • Loading branch information
Mark Linimon authored and Mark Linimon committed Apr 30, 2021
1 parent ecfaf6a commit eaff442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/libtickit/Makefile
Expand Up @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libtermkey.so:devel/libtermkey

USES= gmake libtool:build ncurses pathfix pkgconfig
USES= compiler:c11 gmake libtool:build ncurses pathfix pkgconfig

MAKE_ARGS= MANDIR=${PREFIX}/share/man
PATHFIX_MAKEFILEIN= Makefile
Expand Down

0 comments on commit eaff442

Please sign in to comment.