diff options
author | joerg <joerg> | 2011-11-23 23:27:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-11-23 23:27:07 +0000 |
commit | 74ab1e8fec100eabe82cfa47e493f40911cf58d3 (patch) | |
tree | bac3c292c7e737987c1306cc7dc230ff153ff417 /emulators/aliados | |
parent | 9bee180e3d3ceacb80b77dc183bb7c2f6095a2ad (diff) | |
download | pkgsrc-74ab1e8fec100eabe82cfa47e493f40911cf58d3.tar.gz |
Fix build with newer GCC
Diffstat (limited to 'emulators/aliados')
-rw-r--r-- | emulators/aliados/distinfo | 6 | ||||
-rw-r--r-- | emulators/aliados/patches/patch-aa | 4 | ||||
-rw-r--r-- | emulators/aliados/patches/patch-aliados.cpp | 12 | ||||
-rw-r--r-- | emulators/aliados/patches/patch-cpm.cpp | 12 |
4 files changed, 30 insertions, 4 deletions
diff --git a/emulators/aliados/distinfo b/emulators/aliados/distinfo index 437769bfb6a..3b8b094ee87 100644 --- a/emulators/aliados/distinfo +++ b/emulators/aliados/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 18:49:17 agc Exp $ +$NetBSD: distinfo,v 1.3 2011/11/23 23:27:07 joerg Exp $ SHA1 (aliados-0.1.1.tgz) = adcc43f7bafc2ee11222002d03f306e8f561e3f6 RMD160 (aliados-0.1.1.tgz) = a4a37f349937d32c1449553816de5f3d87836545 Size (aliados-0.1.1.tgz) = 50210 bytes -SHA1 (patch-aa) = 2347332c491796a6df2468c6c814fbf9ffa04a8d +SHA1 (patch-aa) = 3098fd2b27832cc52ba242204c0c6d625c6deb0e +SHA1 (patch-aliados.cpp) = 28e891997d38953eb0544848760cbc8da82165ba +SHA1 (patch-cpm.cpp) = 1dc8e6be75b605cb22522aa13927dd16b2b036d9 diff --git a/emulators/aliados/patches/patch-aa b/emulators/aliados/patches/patch-aa index 2201976eeb2..00610ea2271 100644 --- a/emulators/aliados/patches/patch-aa +++ b/emulators/aliados/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/11/09 05:47:28 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2011/11/23 23:27:07 joerg Exp $ ---- Makefile.orig 2004-03-20 13:31:28.000000000 -0600 +--- Makefile.orig 2004-03-20 19:31:28.000000000 +0000 +++ Makefile @@ -1,16 +1,17 @@ # Makefile para aliados diff --git a/emulators/aliados/patches/patch-aliados.cpp b/emulators/aliados/patches/patch-aliados.cpp new file mode 100644 index 00000000000..d8a12353325 --- /dev/null +++ b/emulators/aliados/patches/patch-aliados.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-aliados.cpp,v 1.1 2011/11/23 23:27:07 joerg Exp $ + +--- aliados.cpp.orig 2004-03-20 19:35:40.000000000 +0000 ++++ aliados.cpp +@@ -14,6 +14,7 @@ using std::endl; + using std::flush; + #include <stdexcept> + #include <memory> ++#include <stdlib.h> + + namespace { + diff --git a/emulators/aliados/patches/patch-cpm.cpp b/emulators/aliados/patches/patch-cpm.cpp new file mode 100644 index 00000000000..c2e6506a791 --- /dev/null +++ b/emulators/aliados/patches/patch-cpm.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-cpm.cpp,v 1.1 2011/11/23 23:27:07 joerg Exp $ + +--- cpm.cpp.orig 2011-11-23 16:40:21.000000000 +0000 ++++ cpm.cpp +@@ -14,6 +14,7 @@ + #include <stdexcept> + + #include <stdio.h> ++#include <string.h> + #include <unistd.h> + #include <sys/types.h> + #include <sys/stat.h> |