pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/spim Fix errno.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb2b5ab880fb
branches: trunk
changeset: 506197:bb2b5ab880fb
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 12 21:02:10 2006 +0000
description:
Fix errno.
diffstat:
emulators/spim/distinfo | 3 ++-
emulators/spim/patches/patch-ac | 23 +++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r 79e9d7fd09f1 -r bb2b5ab880fb emulators/spim/distinfo
--- a/emulators/spim/distinfo Thu Jan 12 21:00:52 2006 +0000
+++ b/emulators/spim/distinfo Thu Jan 12 21:02:10 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2005/09/12 14:53:29 adam Exp $
+$NetBSD: distinfo,v 1.8 2006/01/12 21:02:10 joerg Exp $
SHA1 (spim-7.1.tar.gz) = 3e0399e4c2e007aecbd2532b9d8f3f63b7035ff9
RMD160 (spim-7.1.tar.gz) = 175f63d95011a20087ab135de54b03fccc98286d
Size (spim-7.1.tar.gz) = 307599 bytes
SHA1 (patch-aa) = 6c2ed827f757d3bb92d202d694e631c96750183a
SHA1 (patch-ab) = 5e1cf699e926f434d6f6aba8f55df7ad7da44fdb
+SHA1 (patch-ac) = f3785adfdedf5744b0ce7b0bae5f39436bd4ac88
diff -r 79e9d7fd09f1 -r bb2b5ab880fb emulators/spim/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/spim/patches/patch-ac Thu Jan 12 21:02:10 2006 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ac,v 1.1 2006/01/12 21:02:10 joerg Exp $
+
+--- run.c.orig 2006-01-12 20:43:59.000000000 +0000
++++ run.c
+@@ -33,6 +33,7 @@
+ #endif
+
+ #include <math.h>
++#include <stdlib.h>
+ #include <stdio.h>
+
+ #ifdef WIN32
+@@ -58,10 +59,6 @@
+
+ int force_break = 0; /* For the execution env. to force an execution break */
+
+-#ifndef _MSC_VER
+-extern int errno;
+-long atol (const char *);
+-#endif
+
+
+
Home |
Main Index |
Thread Index |
Old Index