diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sp/patches/patch-ac | 4 | ||||
-rw-r--r-- | textproc/sp/patches/patch-ad | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/sp/patches/patch-ac b/textproc/sp/patches/patch-ac index 45913fbfeff..3a11c2965c3 100644 --- a/textproc/sp/patches/patch-ac +++ b/textproc/sp/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2000/10/09 15:55:27 tv Exp $ +$NetBSD: patch-ac,v 1.3 2001/03/26 13:11:26 bad Exp $ --- lib/parser_inst.m4.orig Fri Oct 6 21:36:27 2000 +++ lib/parser_inst.m4 Fri Oct 6 21:36:32 2000 @@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.2 2000/10/09 15:55:27 tv Exp $ __instantiate(Vector<Transition>) __instantiate(Vector<LeafContentToken*>) -#if 0 -+#if defined(__alpha__) || defined(__sparc64__) ++#if defined(__alpha__) || defined(__sparc64__) || defined(__sparc__) __instantiate(Vector<size_t>) #endif __instantiate(Vector<unsigned int>) diff --git a/textproc/sp/patches/patch-ad b/textproc/sp/patches/patch-ad index 28e7672a70e..00b92ed697f 100644 --- a/textproc/sp/patches/patch-ad +++ b/textproc/sp/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.2 2000/10/09 15:55:27 tv Exp $ +$NetBSD: patch-ad,v 1.3 2001/03/26 13:11:26 bad 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 @@ $NetBSD: patch-ad,v 1.2 2000/10/09 15:55:27 tv Exp $ #endif #endif -#if 0 -+#if defined(__alpha__) || defined(__sparc64__) ++#if defined(__alpha__) || defined(__sparc64__) || defined(__sparc__) #ifdef __DECCXX #pragma define_template Vector<size_t> #else |