summaryrefslogtreecommitdiff
path: root/textproc/sp/patches/patch-ab
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2000-10-09 15:55:26 +0000
committertv <tv@pkgsrc.org>2000-10-09 15:55:26 +0000
commit19a0aec347afbb724e5b40630477bf9528b4aa80 (patch)
treed927a982c34080818028d64231489b1fed684614 /textproc/sp/patches/patch-ab
parent53df6acd41f3ce68c1999976c664e7d79f34c382 (diff)
downloadpkgsrc-19a0aec347afbb724e5b40630477bf9528b4aa80.tar.gz
Okay, do this the Hard Way. Activate the size_t instantiation block if
one of __alpha__ or __sparc64__ are defined. I'll look into a better fix later.
Diffstat (limited to 'textproc/sp/patches/patch-ab')
-rw-r--r--textproc/sp/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/sp/patches/patch-ab b/textproc/sp/patches/patch-ab
deleted file mode 100644
index ae6eb905a51..00000000000
--- a/textproc/sp/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$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