libva: needs FORCE_C_STD

This commit is contained in:
nia 2023-11-17 08:18:08 +00:00
parent 61764aee10
commit 252e56170a
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.34 2023/11/08 22:58:29 wiz Exp $
# $NetBSD: Makefile,v 1.35 2023/11/17 08:18:08 nia Exp $
DISTNAME= libva-2.20.0
CATEGORIES= multimedia
@ -17,6 +17,9 @@ USE_TOOLS+= gmake pkg-config
USE_CC_FEATURES= c99
# error: 'for' loop initial declarations are only allowed in C99 mode
FORCE_C_STD= gnu99
.include "../../mk/bsd.prefs.mk"
#