summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorkristerw <kristerw>2003-07-25 19:57:58 +0000
committerkristerw <kristerw>2003-07-25 19:57:58 +0000
commit920836f3ee44ccd8af534530b09a1b50d9f39956 (patch)
tree2528e92785b515f33d60fded6b441f6bcaf7dea0 /textproc
parent7a127b2ce20172b59826eeaf0e7e3444a08fd717 (diff)
downloadpkgsrc-920836f3ee44ccd8af534530b09a1b50d9f39956.tar.gz
Instantiate template class Vector<size_t> to make the pkg build on
NetBSD 1.6.1/shark.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/lq-sp/distinfo3
-rw-r--r--textproc/lq-sp/patches/patch-ab14
2 files changed, 16 insertions, 1 deletions
diff --git a/textproc/lq-sp/distinfo b/textproc/lq-sp/distinfo
index 53787bb6da8..6102adeb2ce 100644
--- a/textproc/lq-sp/distinfo
+++ b/textproc/lq-sp/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2002/02/14 16:28:02 abs Exp $
+$NetBSD: distinfo,v 1.3 2003/07/25 19:57:58 kristerw Exp $
SHA1 (lq-sp-1.3.4.7.tar.gz) = 10b97c2e4c017295d9737c76d05ae96059ee05d2
Size (lq-sp-1.3.4.7.tar.gz) = 567296 bytes
SHA1 (patch-aa) = 96a1aa51f0503efbf12b9cdb9bf5a90ce6913762
+SHA1 (patch-ab) = b6e5174c65433f35c0a0ef78422b9b10b779ba57
diff --git a/textproc/lq-sp/patches/patch-ab b/textproc/lq-sp/patches/patch-ab
new file mode 100644
index 00000000000..841bb5e6f6b
--- /dev/null
+++ b/textproc/lq-sp/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2003/07/25 19:57:58 kristerw Exp $
+--- nsgmls/nsgmls_inst.cxx.orig Fri Jul 25 21:13:47 2003
++++ nsgmls/nsgmls_inst.cxx Fri Jul 25 21:15:23 2003
+@@ -102,8 +102,10 @@
+ #else
+ #ifdef SP_ANSI_CLASS_INST
+ template class Vector<Vector<size_t> >;
++template class Vector<size_t>;
+ #else
+ typedef Vector<Vector<size_t> > Dummy_5;
++typedef Vector<size_t> Dummy_5_2;
+ #endif
+ #endif
+ #endif