pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-cap32 libretro-cap32: Needs c99
details: https://anonhg.NetBSD.org/pkgsrc/rev/d3dfbba87f9c
branches: trunk
changeset: 445789:d3dfbba87f9c
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jan 29 09:20:23 2021 +0000
description:
libretro-cap32: Needs c99
diffstat:
emulators/libretro-cap32/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 8e9030bc1e08 -r d3dfbba87f9c emulators/libretro-cap32/Makefile
--- a/emulators/libretro-cap32/Makefile Fri Jan 29 09:17:27 2021 +0000
+++ b/emulators/libretro-cap32/Makefile Fri Jan 29 09:20:23 2021 +0000
@@ -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 @@
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