pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/mipsEEel-netbsd/patches Make it compile on newer...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d49adca5c6c
branches:  trunk
changeset: 492658:4d49adca5c6c
user:      martin <martin%pkgsrc.org@localhost>
date:      Mon Apr 18 07:53:52 2005 +0000

description:
Make it compile on newer (heh!) NetBSD versions.

diffstat:

 cross/mipsEEel-netbsd/patches/binutils-af |  15 +++++++++++++++
 cross/mipsEEel-netbsd/patches/binutils-ag |  14 ++++++++++++++
 cross/mipsEEel-netbsd/patches/gcc-ae      |  15 +++++++++++++++
 cross/mipsEEel-netbsd/patches/gcc-af      |  14 ++++++++++++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 7a360cc3a597 -r 4d49adca5c6c cross/mipsEEel-netbsd/patches/binutils-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mipsEEel-netbsd/patches/binutils-af Mon Apr 18 07:53:52 2005 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: binutils-af,v 1.1 2005/04/18 07:53:52 martin Exp $
+
+--- libiberty/strerror.c.orig  2000-01-11 12:48:26.000000000 +0100
++++ libiberty/strerror.c       2005-04-18 09:09:40.000000000 +0200
+@@ -462,8 +462,10 @@
+ 
+ #else
+ 
++#ifndef __NetBSD__
+ extern int sys_nerr;
+ extern char *sys_errlist[];
++#endif
+ 
+ #endif
+ 
diff -r 7a360cc3a597 -r 4d49adca5c6c cross/mipsEEel-netbsd/patches/binutils-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mipsEEel-netbsd/patches/binutils-ag Mon Apr 18 07:53:52 2005 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: binutils-ag,v 1.1 2005/04/18 07:53:52 martin Exp $
+
+--- libiberty/strsignal.c.orig 2000-01-11 12:48:26.000000000 +0100
++++ libiberty/strsignal.c      2005-04-18 09:10:43.000000000 +0200
+@@ -244,7 +244,9 @@
+ #else
+ 
+ #ifdef NSIG
++#ifndef __NetBSD__
+ static int sys_nsig = NSIG;
++#endif
+ #else
+ #ifdef _NSIG
+ static int sys_nsig = _NSIG;
diff -r 7a360cc3a597 -r 4d49adca5c6c cross/mipsEEel-netbsd/patches/gcc-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mipsEEel-netbsd/patches/gcc-ae      Mon Apr 18 07:53:52 2005 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: gcc-ae,v 1.1 2005/04/18 07:53:52 martin Exp $
+
+--- libiberty/strerror.c.orig  1998-05-16 01:42:41.000000000 +0200
++++ libiberty/strerror.c       2005-04-18 09:25:00.000000000 +0200
+@@ -462,8 +462,10 @@
+ 
+ #else
+ 
++#ifndef __NetBSD__
+ extern int sys_nerr;
+ extern char *sys_errlist[];
++#endif
+ 
+ #endif
+ 
diff -r 7a360cc3a597 -r 4d49adca5c6c cross/mipsEEel-netbsd/patches/gcc-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/mipsEEel-netbsd/patches/gcc-af      Mon Apr 18 07:53:52 2005 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: gcc-af,v 1.1 2005/04/18 07:53:52 martin Exp $
+
+--- libiberty/strsignal.c.orig 1998-05-16 01:42:42.000000000 +0200
++++ libiberty/strsignal.c      2005-04-18 09:25:59.000000000 +0200
+@@ -244,7 +244,9 @@
+ #else
+ 
+ #ifdef NSIG
++#ifndef __NetBSD__
+ static int sys_nsig = NSIG;
++#endif
+ #else
+ #ifdef _NSIG
+ static int sys_nsig = _NSIG;



Home | Main Index | Thread Index | Old Index