pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/libretro-beetle-psx libretro-beetle-psx: Nee...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b34db5f62a43
branches:  trunk
changeset: 445784:b34db5f62a43
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jan 29 09:14:06 2021 +0000

description:
libretro-beetle-psx: Needs stdatomic

diffstat:

 emulators/libretro-beetle-psx/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9ced34dabecf -r b34db5f62a43 emulators/libretro-beetle-psx/Makefile.common
--- a/emulators/libretro-beetle-psx/Makefile.common     Fri Jan 29 09:12:22 2021 +0000
+++ b/emulators/libretro-beetle-psx/Makefile.common     Fri Jan 29 09:14:06 2021 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index