Skip to content

Commit

Permalink
graphics/py-ueberzug: add USE_CSTD=c99 to fix build on GCC-based syst…
Browse files Browse the repository at this point in the history
…ems:

  Xshm/Xshm.c:209: error: 'for' loop initial declaration used outside C99 mode
  • Loading branch information
Mark Linimon authored and Mark Linimon committed Apr 19, 2021
1 parent 846f70f commit e126562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphics/py-ueberzug/Makefile
Expand Up @@ -16,6 +16,7 @@ RUN_DEPENDS= ${PY_PILLOW} \
${PYTHON_PKGNAMEPREFIX}xlib>=0:x11-toolkits/py-xlib@${PY_FLAVOR}

USES= localbase python:3.6+ shebangfix xorg
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= seebye
USE_PYTHON= autoplist concurrent distutils
Expand Down

0 comments on commit e126562

Please sign in to comment.