Build on sparc64 fails with complaint about "host compiler appears to

require libatomic"

Fix by shifting to base-clang ports-gcc
This commit is contained in:
kmos 2022-01-17 15:42:47 +00:00
parent bce205934b
commit f33db3f7f5

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2021/11/02 00:00:24 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2022/01/17 15:42:47 kmos Exp $
BROKEN-riscv64 = Unknown architecture riscv64
@ -18,6 +18,8 @@ WRKDIST = ${WRKDIR}/${DISTNAME}/bindings/python
FLAVORS = python3
FLAVOR ?=
COMPILER = base-clang ports-gcc
RUN_DEPENDS = devel/keystone/main
NO_TEST = Yes