summaryrefslogtreecommitdiff
path: root/cross/i386-linux/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-13 16:50:59 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-13 16:50:59 +0000
commit640b22d139e50b70e3cd473cd0ec9349bcc6cbf9 (patch)
treea61242e754aaef126c1e6c18d6ee2421bed9f254 /cross/i386-linux/patches
parent68508e7db7c9709e1a6b81a4543b0f5ce0f0de54 (diff)
downloadpkgsrc-640b22d139e50b70e3cd473cd0ec9349bcc6cbf9.tar.gz
Fix build on DragonFly, don't bother with texinfo build, since
it won't be used anyway.
Diffstat (limited to 'cross/i386-linux/patches')
-rw-r--r--cross/i386-linux/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/i386-linux/patches/patch-ab b/cross/i386-linux/patches/patch-ab
index 83c61f0a96b..7e9446604fa 100644
--- a/cross/i386-linux/patches/patch-ab
+++ b/cross/i386-linux/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.1 2005/04/18 12:15:31 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2006/06/13 16:50:59 joerg Exp $
--- egcs-1.1.1/libiberty/strsignal.c.orig 1998-05-16 01:42:42.000000000 +0200
+++ egcs-1.1.1/libiberty/strsignal.c
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.1 2005/04/18 12:15:31 wiz Exp $
#else
#ifdef NSIG
-+#if !defined(__NetBSD__)
++#if !defined(__NetBSD__) && !defined(__DragonFly__)
static int sys_nsig = NSIG;
+#endif
#else