pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/spim Fix build with gcc4 on -current.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66445069208f
branches:  trunk
changeset: 520192:66445069208f
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Oct 17 08:42:03 2006 +0000

description:
Fix build with gcc4 on -current.

diffstat:

 emulators/spim/distinfo         |   3 ++-
 emulators/spim/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r cb77f614b80f -r 66445069208f emulators/spim/distinfo
--- a/emulators/spim/distinfo   Tue Oct 17 08:26:16 2006 +0000
+++ b/emulators/spim/distinfo   Tue Oct 17 08:42:03 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/04/24 22:22:55 markd Exp $
+$NetBSD: distinfo,v 1.10 2006/10/17 08:42:03 markd Exp $
 
 SHA1 (spim-7.1.tar.gz) = 3e0399e4c2e007aecbd2532b9d8f3f63b7035ff9
 RMD160 (spim-7.1.tar.gz) = 175f63d95011a20087ab135de54b03fccc98286d
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = ad07b8a31f95c27596dc56e7ba687df62794b404
 SHA1 (patch-ab) = 5e1cf699e926f434d6f6aba8f55df7ad7da44fdb
 SHA1 (patch-ac) = f3785adfdedf5744b0ce7b0bae5f39436bd4ac88
+SHA1 (patch-ad) = cf4e94736a0f5f5d036d362dfc6ca09e4e62bb9e
diff -r cb77f614b80f -r 66445069208f emulators/spim/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/spim/patches/patch-ad   Tue Oct 17 08:42:03 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/10/17 08:42:03 markd Exp $
+
+--- spim.c.orig        2006-10-17 21:33:10.000000000 +1300
++++ spim.c
+@@ -111,7 +111,7 @@ int spim_return_value;             /* Value returne
+ 
+ /* Non-zero => load standard exception handler */
+ static int load_exception_handler = 1;
+-static char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
++char *exception_file_name = DEFAULT_EXCEPTION_HANDLER;
+ static int console_state_saved;
+ #ifdef USE_TERMIOS
+ static struct termios saved_console_state;



Home | Main Index | Thread Index | Old Index