caprice32: fix building wiht gcc10
This commit is contained in:
parent
e5c477641a
commit
d0b2375373
2 changed files with 16 additions and 1 deletions
|
@ -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 @@ Size (caprice32-4.6.0.tar.gz) = 591257 bytes
|
|||
SHA1 (patch-doc_man6_cap32.6) = 977a6c1ad050123a342bb370e0a30ae28efc0ac1
|
||||
SHA1 (patch-makefile) = 2a4ec14d66d66168c325ed4fbf9a259b4477d8ca
|
||||
SHA1 (patch-src_cap32.cpp) = 24a5b40809079b81ff23be3983c20dd0391213d9
|
||||
SHA1 (patch-src_configuration.h) = e65afeffc111067e0c00bc57c4f61e587addf700
|
||||
|
|
14
emulators/caprice32/patches/patch-src_configuration.h
Normal file
14
emulators/caprice32/patches/patch-src_configuration.h
Normal file
|
@ -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
|
||||
{
|
Loading…
Reference in a new issue