libxkbfile: Fix building with compilers that default to c89.

This commit is contained in:
nia 2024-02-21 10:32:01 +00:00
parent 5e7d44bce6
commit 1af5f5063b
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2024/02/09 21:13:53 wiz Exp $
# $NetBSD: Makefile,v 1.16 2024/02/21 10:32:01 nia Exp $
DISTNAME= libxkbfile-1.1.3
CATEGORIES= x11
@ -11,6 +11,9 @@ COMMENT= The xkbfile Library from modular X.org
USE_TOOLS+= pkg-config
USE_CC_FEATURES+= c99
FORCE_C_STD= gnu99
PKGCONFIG_OVERRIDE+= output/xkbfile.pc
PKGCONFIG_OVERRIDE_STAGE= post-configure