diff options
author | bad <bad@pkgsrc.org> | 2001-03-26 13:11:26 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2001-03-26 13:11:26 +0000 |
commit | 906f3c9d92cea7a551a08ee0894a95abd66d4462 (patch) | |
tree | 251a7fe66b4cc16398a472ecce8781e8671dcb87 /textproc/sp | |
parent | c5809a44abee88cdea2d2815af739fdad9fa0941 (diff) | |
download | pkgsrc-906f3c9d92cea7a551a08ee0894a95abd66d4462.tar.gz |
Instantiate Vector<size_t> on __sparc__ too.
Diffstat (limited to 'textproc/sp')
-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 |