xkbcommon won't build with base-gcc, switch COMPILER line

appropriately. Fixes build on sparc64

ok jasper@ (maintainer)
This commit is contained in:
kmos 2021-05-10 19:32:49 +00:00
parent 2f658b5368
commit 989413843b

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2021/05/02 13:09:11 jasper Exp $
# $OpenBSD: Makefile,v 1.26 2021/05/10 19:32:49 kmos Exp $
COMMENT= library to handle keyboard descriptions
@ -23,6 +23,9 @@ EXTRACT_SUFX= .tar.xz
MODULES = devel/meson
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
WANTLIB += c xcb xcb-xkb xml2
BUILD_DEPENDS = devel/bison