diff options
author | kristerw <kristerw@pkgsrc.org> | 2003-07-25 19:57:58 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2003-07-25 19:57:58 +0000 |
commit | 5d97fb31132cc604700f5b064ebcc99df5a5f343 (patch) | |
tree | 2528e92785b515f33d60fded6b441f6bcaf7dea0 /textproc/lq-sp | |
parent | 102049e1a8c25e7e3f6fd32d76f2ad261af328c5 (diff) | |
download | pkgsrc-5d97fb31132cc604700f5b064ebcc99df5a5f343.tar.gz |
Instantiate template class Vector<size_t> to make the pkg build on
NetBSD 1.6.1/shark.
Diffstat (limited to 'textproc/lq-sp')
-rw-r--r-- | textproc/lq-sp/distinfo | 3 | ||||
-rw-r--r-- | textproc/lq-sp/patches/patch-ab | 14 |
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 |