From e1265622205c0a433caf60c8b410ad26b4676abf Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 19 Apr 2021 05:42:36 -0500 Subject: 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 --- graphics/py-ueberzug/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics') diff --git a/graphics/py-ueberzug/Makefile b/graphics/py-ueberzug/Makefile index 979f7fa5fb8f..997b89a652b1 100644 --- a/graphics/py-ueberzug/Makefile +++ b/graphics/py-ueberzug/Makefile @@ -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 -- cgit v1.2.3