diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 12:15:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 12:15:31 +0000 |
commit | e5d4e5a08773adf0c0c4bc72e934b1e2ddce8e69 (patch) | |
tree | 27656d3defca81b1559cad6fb27021be26aa9609 /cross/i386-linux/patches | |
parent | c3ec4a6b39331191713e854f7e986f632db3523f (diff) | |
download | pkgsrc-e5d4e5a08773adf0c0c4bc72e934b1e2ddce8e69.tar.gz |
Make build on 2.0.
Diffstat (limited to 'cross/i386-linux/patches')
-rw-r--r-- | cross/i386-linux/patches/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cross/i386-linux/patches/patch-ab b/cross/i386-linux/patches/patch-ab new file mode 100644 index 00000000000..83c61f0a96b --- /dev/null +++ b/cross/i386-linux/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2005/04/18 12:15:31 wiz Exp $ + +--- egcs-1.1.1/libiberty/strsignal.c.orig 1998-05-16 01:42:42.000000000 +0200 ++++ egcs-1.1.1/libiberty/strsignal.c +@@ -244,7 +244,9 @@ static const char **sys_siglist; + #else + + #ifdef NSIG ++#if !defined(__NetBSD__) + static int sys_nsig = NSIG; ++#endif + #else + #ifdef _NSIG + static int sys_nsig = _NSIG; |