summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-06-07 06:34:59 -0500
committerMark Linimon <linimon@FreeBSD.org>2021-06-07 06:36:15 -0500
commit04a1c99476ec408e20e4a79834e293495897182a (patch)
tree0381ed198c5ac23d370b0c6e581d05304f43a8c0
parenttextproc/uni: upgrade to v2.2.0 (diff)
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
-rw-r--r--games/libmanette/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/libmanette/Makefile b/games/libmanette/Makefile
index 0acb22c2ebda..e568c33733d9 100644
--- a/games/libmanette/Makefile
+++ b/games/libmanette/Makefile
@@ -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