diff --git a/textproc/openjade/patches/patch-lib_parser_inst_m4 b/textproc/openjade/patches/patch-lib_parser_inst_m4 index c49999290f4..4d124e6e4f2 100644 --- a/textproc/openjade/patches/patch-lib_parser_inst_m4 +++ b/textproc/openjade/patches/patch-lib_parser_inst_m4 @@ -1,13 +1,12 @@ -$OpenBSD: patch-lib_parser_inst_m4,v 1.1 2002/07/28 06:59:49 brad Exp $ ---- lib/parser_inst.m4.orig Fri Aug 20 03:05:33 1999 -+++ lib/parser_inst.m4 Sun Jul 28 02:59:43 2002 -@@ -166,10 +166,10 @@ __instantiate(Vector) +$OpenBSD: patch-lib_parser_inst_m4,v 1.2 2004/03/12 09:45:50 brad Exp $ +--- lib/parser_inst.m4.orig 1999-08-20 03:05:33.000000000 -0400 ++++ lib/parser_inst.m4 2004-03-12 04:13:04.000000000 -0500 +@@ -166,10 +166,9 @@ __instantiate(Vector) __instantiate(Vector) __instantiate(Vector) // 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(__alpha__) || defined(__sparc64__) -+ // #if !defined(SIZEOF_SIZE_T) || !defined(SIZEOF_UNSIGNED_INT) || (SIZEOF_SIZE_T != SIZEOF_UNSIGNED_INT) ++#if defined(__LP64__) __instantiate(Vector) #endif -