summaryrefslogtreecommitdiff
path: root/cross
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
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')
-rw-r--r--cross/i386-linux/Makefile3
-rw-r--r--cross/i386-linux/distinfo4
-rw-r--r--cross/i386-linux/patches/patch-ab4
3 files changed, 6 insertions, 5 deletions
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile
index f58789615f6..28eee604194 100644
--- a/cross/i386-linux/Makefile
+++ b/cross/i386-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2006/05/22 22:22:02 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2006/06/13 16:50:59 joerg Exp $
#
DISTVERSION= 2.0.7.1
@@ -48,6 +48,7 @@ post-extract:
${LN} -sf $$so.so.* $$so.so; \
done
@${LN} -f ${SYS_LIB}/crt* ${EGCS_WRKSRC}/gcc/
+ ${RM} -r ${WRKSRC}/egcs-1.1.1/texinfo
post-patch:
@${RM} -f ${SYS_LIB}/*.orig
diff --git a/cross/i386-linux/distinfo b/cross/i386-linux/distinfo
index b8c8251c901..ab19a29c9b7 100644
--- a/cross/i386-linux/distinfo
+++ b/cross/i386-linux/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/04/18 12:15:31 wiz Exp $
+$NetBSD: distinfo,v 1.6 2006/06/13 16:50:59 joerg Exp $
SHA1 (glibc-2.0.7-13.i386.rpm) = 6ac4eb9bac93509f5f788792f623f9930282ffe0
RMD160 (glibc-2.0.7-13.i386.rpm) = d29bcd1bb5cea1b341511e2fa119cdf2e0e837a2
@@ -19,4 +19,4 @@ SHA1 (egcs-1.1.1-NetBSD-19980104.diff.gz) = 85ebc334bf9472b9595c4348a6bc440e836b
RMD160 (egcs-1.1.1-NetBSD-19980104.diff.gz) = 29c48af46979cc4337d89fe7c4b0b98f20659671
Size (egcs-1.1.1-NetBSD-19980104.diff.gz) = 59770 bytes
SHA1 (patch-aa) = 5d229e0148adc27274e38d41aa9f260d4d0c9fc6
-SHA1 (patch-ab) = 92ab3ee01a4080186a7449decc5ea1f5500d09b5
+SHA1 (patch-ab) = f2918f127143980491e70fae35f48aee61cabbfc
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