pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-cap32



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jan 29 09:20:23 UTC 2021

Modified Files:
        pkgsrc/emulators/libretro-cap32: Makefile

Log Message:
libretro-cap32: Needs c99


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

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-cap32/Makefile
diff -u pkgsrc/emulators/libretro-cap32/Makefile:1.5 pkgsrc/emulators/libretro-cap32/Makefile:1.6
--- pkgsrc/emulators/libretro-cap32/Makefile:1.5        Sat May 30 16:19:44 2020
+++ pkgsrc/emulators/libretro-cap32/Makefile    Fri Jan 29 09:20:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/05/30 16:19:44 nia Exp $
+# $NetBSD: Makefile,v 1.6 2021/01/29 09:20:23 nia Exp $
 
 DISTNAME=      libretro-cap32-20200508
 CATEGORIES=    emulators
@@ -10,6 +10,9 @@ HOMEPAGE=     https://docs.libretro.com/libr
 COMMENT=       Libretro core based on the Caprice32 Amstrad CPC emulator
 LICENSE=       gnu-gpl-v2
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 LIBRETRO_CORE= cap32
 
 LDFLAGS+=      -lz



Home | Main Index | Thread Index | Old Index