summaryrefslogtreecommitdiff
path: root/textproc/openjade/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/openjade/patches/patch-ad')
-rw-r--r--textproc/openjade/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/openjade/patches/patch-ad b/textproc/openjade/patches/patch-ad
new file mode 100644
index 00000000000..48705a9050b
--- /dev/null
+++ b/textproc/openjade/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2002/09/26 00:17:57 dmcmahill Exp $
+
+--- lib/parser_inst.m4.orig Fri Aug 20 03:05:33 1999
++++ lib/parser_inst.m4
+@@ -166,7 +166,7 @@ __instantiate(Vector<Transition>)
+ __instantiate(Vector<LeafContentToken*>)
+ __instantiate(Vector<size_t>)
+ // we really just want to test if size_t == unsigned int
+-#if !defined(SIZEOF_SIZE_T) || !defined(SIZEOF_UNSIGNED_INT) || (SIZEOF_SIZE_T != SIZEOF_UNSIGNED_INT)
++#if !defined(_LP64)
+ __instantiate(Vector<unsigned int>)
+ #endif
+