graphics/py-ueberzug: add USE_CSTD=c99 to fix build on GCC-based systems:
Xshm/Xshm.c:209: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
parent
846f70f92d
commit
e126562220
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue