summaryrefslogtreecommitdiff
path: root/textproc/openjade/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-09-26 00:17:56 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-09-26 00:17:56 +0000
commit7e700e59411c6f4daf317abaaa5d28d8e4c61e84 (patch)
treeb6455e743ca98a9ffb38d6acc77d7449dced1699 /textproc/openjade/patches
parentd617aec23b362306d46271c34e17311d0acfddaf (diff)
downloadpkgsrc-7e700e59411c6f4daf317abaaa5d28d8e4c61e84.tar.gz
make this build on sparc. Should also fix other platforms. Patch derived
from patches to textproc/jade by mycroft.
Diffstat (limited to 'textproc/openjade/patches')
-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
+