libretro-pcsx-rearmed: Require a c11 compiler for stdatomic.

This commit is contained in:
nia 2023-07-21 09:37:18 +00:00
parent d825bec1be
commit c75f891dd1
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2022/09/11 12:51:33 wiz Exp $
# $NetBSD: Makefile,v 1.15 2023/07/21 09:37:18 nia Exp $
DISTNAME= libretro-pcsx-rearmed-20200526
PKGREVISION= 2
@ -18,6 +18,9 @@ LDFLAGS+= -lFLAC
MAKE_FLAGS+= WANT_ZLIB=0 # disable vendored zlib
# lightrec requires stdatomic.h
USE_CC_FEATURES+= c11
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} == "earmv7hf"