pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/caprice32 caprice32: fix building wiht gcc10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41b42d523fc0
branches:  trunk
changeset: 451280:41b42d523fc0
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 25 08:04:13 2021 +0000

description:
caprice32: fix building wiht gcc10

diffstat:

 emulators/caprice32/distinfo                          |   3 ++-
 emulators/caprice32/patches/patch-src_configuration.h |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 5bae09af8956 -r 41b42d523fc0 emulators/caprice32/distinfo
--- a/emulators/caprice32/distinfo      Sun Apr 25 07:52:38 2021 +0000
+++ b/emulators/caprice32/distinfo      Sun Apr 25 08:04:13 2021 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2020/04/22 08:13:39 nia Exp $
+$NetBSD: distinfo,v 1.3 2021/04/25 08:04:13 nia Exp $
 
 SHA1 (caprice32-4.6.0.tar.gz) = 15cf01ea5237260a941d82363677bf61c502e2d5
 RMD160 (caprice32-4.6.0.tar.gz) = 845b37aff8ecacbae43cd90bf181efdee97b2fb6
@@ -7,3 +7,4 @@
 SHA1 (patch-doc_man6_cap32.6) = 977a6c1ad050123a342bb370e0a30ae28efc0ac1
 SHA1 (patch-makefile) = 2a4ec14d66d66168c325ed4fbf9a259b4477d8ca
 SHA1 (patch-src_cap32.cpp) = 24a5b40809079b81ff23be3983c20dd0391213d9
+SHA1 (patch-src_configuration.h) = e65afeffc111067e0c00bc57c4f61e587addf700
diff -r 5bae09af8956 -r 41b42d523fc0 emulators/caprice32/patches/patch-src_configuration.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/caprice32/patches/patch-src_configuration.h     Sun Apr 25 08:04:13 2021 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_configuration.h,v 1.1 2021/04/25 08:04:14 nia Exp $
+
+Add missing include, fixing build with gcc10.
+
+--- src/configuration.h.orig   2020-03-14 14:36:08.000000000 +0000
++++ src/configuration.h
+@@ -2,6 +2,7 @@
+ #define CONFIGURATION_H
+ 
+ #include <map>
++#include <string>
+ 
+ namespace config
+ {



Home | Main Index | Thread Index | Old Index