mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +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:
parent
bdc119eb78
commit
04a1c99476
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user