1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

games/libmanette: fix build on GCC-based systems

by adding compiler:c11 to USES:

   ../src/manette-mapping.c:433: error: 'for' loop initial declaration used outside C99 mode
This commit is contained in:
Mark Linimon 2021-06-07 06:34:59 -05:00
parent bdc119eb78
commit 04a1c99476

View File

@ -15,7 +15,7 @@ BUILD_DEPENDS= vapigen:lang/vala \
LIB_DEPENDS= libevdev.so:devel/libevdev \
libgudev-1.0.so:devel/libgudev
USES= gnome meson pkgconfig tar:xz
USES= compiler:c11 gnome meson pkgconfig tar:xz
USE_GNOME= glib20 introspection
USE_LDCONFIG= yes