summaryrefslogtreecommitdiff
path: root/textproc/sp/files/patch-ai
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-05 09:50:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-05 09:50:37 +0000
commit71f3231c7e262ee98704dc62b9c685c8f50b89be (patch)
tree02ccd39a1d19f88bc4362f8b91a8c290b020ab6c /textproc/sp/files/patch-ai
parentUpdate to tome-2.1.2 (diff)
Fix build on -current and 64-bit machiens
PR: ports/47985 Submitted by: naddy
Notes
Notes: svn path=/head/; revision=76910
Diffstat (limited to '')
-rw-r--r--textproc/sp/files/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/sp/files/patch-ai b/textproc/sp/files/patch-ai
new file mode 100644
index 000000000000..d55a4e712010
--- /dev/null
+++ b/textproc/sp/files/patch-ai
@@ -0,0 +1,11 @@
+--- lib/parser_inst.m4.orig Thu Feb 6 01:03:36 2003
++++ lib/parser_inst.m4 Thu Feb 6 01:04:17 2003
+@@ -164,7 +164,7 @@
+ __instantiate(Vector<ContentModelAmbiguity>)
+ __instantiate(Vector<Transition>)
+ __instantiate(Vector<LeafContentToken*>)
+-#if 0
++#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
+ __instantiate(Vector<size_t>)
+ #endif
+ __instantiate(Vector<unsigned int>)