summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-01-29 09:14:06 +0000
committernia <nia@pkgsrc.org>2021-01-29 09:14:06 +0000
commit0cd6e0659f49097a7421f0bbe4fe4f229e2331f1 (patch)
treebad648bd1cca8cf255fb9d4552b88e8e6e4f1e89 /emulators
parentac17fde2353649a0256e3e1a86b1c736ed1aa905 (diff)
downloadpkgsrc-0cd6e0659f49097a7421f0bbe4fe4f229e2331f1.tar.gz
libretro-beetle-psx: Needs stdatomic
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libretro-beetle-psx/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/libretro-beetle-psx/Makefile.common b/emulators/libretro-beetle-psx/Makefile.common
index 32c81a08db3..259716b2d00 100644
--- a/emulators/libretro-beetle-psx/Makefile.common
+++ b/emulators/libretro-beetle-psx/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2020/06/13 11:56:23 nia Exp $
+# $NetBSD: Makefile.common,v 1.6 2021/01/29 09:14:06 nia Exp $
# used by emulators/libretro-beetle-psx-hw/Makefile
# used by emulators/libretro-beetle-psx/Makefile
@@ -18,6 +18,9 @@ MESSAGE_SRC= ${.CURDIR}/../../emulators/libretro-beetle-psx/MESSAGE
USE_LANGUAGES= c c++03
USE_TOOLS+= pkg-config
+# gcc-4.9 for <stdatomic.h>
+GCC_REQD+= 4.9
+
MAKE_FLAGS+= SYSTEM_ZLIB=1
LDFLAGS+= -lFLAC