summaryrefslogtreecommitdiff
path: root/textproc/sp/patches/patch-ab
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2000-10-07 02:03:24 +0000
committertv <tv@pkgsrc.org>2000-10-07 02:03:24 +0000
commitd018ed3708a5fa2a78cc74b2e004e4bf67f05801 (patch)
tree30b8badcb675fc16660a20a15763e82251ee88fd /textproc/sp/patches/patch-ab
parentd5b8bb9657643d17bb4d53b9c9d833b3ad21a474 (diff)
downloadpkgsrc-d018ed3708a5fa2a78cc74b2e004e4bf67f05801.tar.gz
Add fix for alpha; explicitly instantiate Vector<size_t>, as size_t is
"unsigned long" on alpha. Nuke instantiation of Vector<unsigned int> and finish the halfassed LP64 fix that's already here by changing a Vector<unsigned int> to Vector<size_t> in the code. NOT TESTED but appears to fix the problem for alpha; tested not to cause problems on i386.
Diffstat (limited to 'textproc/sp/patches/patch-ab')
-rw-r--r--textproc/sp/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/sp/patches/patch-ab b/textproc/sp/patches/patch-ab
new file mode 100644
index 00000000000..ae6eb905a51
--- /dev/null
+++ b/textproc/sp/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2000/10/07 02:03:24 tv Exp $
+
+--- include/SearchResultMessageArg.h.orig Fri Oct 6 21:34:14 2000
++++ include/SearchResultMessageArg.h Fri Oct 6 21:34:40 2000
+@@ -29,7 +29,7 @@
+ int errnum(size_t) const;
+ private:
+ Vector<StringC> filename_;
+- Vector<unsigned int> errno_;
++ Vector<size_t> errno_;
+ };
+
+ inline