pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-beetle-psx



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jan 29 09:14:06 UTC 2021

Modified Files:
        pkgsrc/emulators/libretro-beetle-psx: Makefile.common

Log Message:
libretro-beetle-psx: Needs stdatomic


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/libretro-beetle-psx/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/libretro-beetle-psx/Makefile.common
diff -u pkgsrc/emulators/libretro-beetle-psx/Makefile.common:1.5 pkgsrc/emulators/libretro-beetle-psx/Makefile.common:1.6
--- pkgsrc/emulators/libretro-beetle-psx/Makefile.common:1.5    Sat Jun 13 11:56:23 2020
+++ pkgsrc/emulators/libretro-beetle-psx/Makefile.common        Fri Jan 29 09:14:06 2021
@@ -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/
 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