pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/sp Make this build on arm by instantiating Ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bc893ee9ed0d
branches: trunk
changeset: 459947:bc893ee9ed0d
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Tue Aug 12 18:20:31 2003 +0000
description:
Make this build on arm by instantiating Vector<size_t>.
diffstat:
textproc/sp/distinfo | 4 ++--
textproc/sp/patches/patch-ad | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r d2744151378e -r bc893ee9ed0d textproc/sp/distinfo
--- a/textproc/sp/distinfo Tue Aug 12 16:39:24 2003 +0000
+++ b/textproc/sp/distinfo Tue Aug 12 18:20:31 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2003/02/06 10:36:38 jmmv Exp $
+$NetBSD: distinfo,v 1.7 2003/08/12 18:20:31 kristerw Exp $
SHA1 (sp-1.3.4.tar.gz) = e71e96356b4bba269d01b6761d4ae33b4f291377
Size (sp-1.3.4.tar.gz) = 597801 bytes
SHA1 (patch-aa) = 8d3b4380b96091d26e263cc5ddfaed0f5d746ebb
SHA1 (patch-ab) = 10b93c822b7a14d3384a1247b03db40198733c19
SHA1 (patch-ac) = 012f14a4640db95a1d3708682de04d0d18fae97e
-SHA1 (patch-ad) = 4a8f06ac288cf22616825fbcbed2e047fd6bcf5a
+SHA1 (patch-ad) = 223ab1ef5ad5435db0f9e2cf272e1ab69e551b89
diff -r d2744151378e -r bc893ee9ed0d textproc/sp/patches/patch-ad
--- a/textproc/sp/patches/patch-ad Tue Aug 12 16:39:24 2003 +0000
+++ b/textproc/sp/patches/patch-ad Tue Aug 12 18:20:31 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.3 2001/03/26 13:11:26 bad Exp $
+$NetBSD: patch-ad,v 1.4 2003/08/12 18:20:32 kristerw Exp $
--- lib/parser_inst.cxx.orig Fri Oct 6 21:35:11 2000
+++ lib/parser_inst.cxx Fri Oct 6 21:35:46 2000
@@ -7,7 +7,7 @@
#endif
#endif
-#if 0
-+#if defined(__alpha__) || defined(__sparc64__) || defined(__sparc__)
++#if defined(__alpha__) || defined(__sparc64__) || defined(__sparc__) || defined(__arm__)
#ifdef __DECCXX
#pragma define_template Vector<size_t>
#else
Home |
Main Index |
Thread Index |
Old Index