summaryrefslogtreecommitdiff
path: root/cross/i386-linux/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-13 16:50:59 +0000
committerjoerg <joerg>2006-06-13 16:50:59 +0000
commita47648c3ce2c1f696a7c49f4dc245dd134fc8a38 (patch)
treea61242e754aaef126c1e6c18d6ee2421bed9f254 /cross/i386-linux/patches
parent6c56c60de2438a8a2f6e9b3a18831ee895bc9ad3 (diff)
downloadpkgsrc-a47648c3ce2c1f696a7c49f4dc245dd134fc8a38.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