diff options
Diffstat (limited to 'textproc/openjade/patches/patch-ad')
-rw-r--r-- | textproc/openjade/patches/patch-ad | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/textproc/openjade/patches/patch-ad b/textproc/openjade/patches/patch-ad deleted file mode 100644 index 148e322e6bd..00000000000 --- a/textproc/openjade/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2003/01/10 16:11:40 wiz Exp $ - ---- lib/parser_inst.m4.orig Fri Aug 20 09: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(__NetBSD__) && (defined(__alpha__) || defined(__arm__) || defined(__vax__) || defined(__sparc__) || defined(__sparc64__) || defined(__x86_64__) || defined(__sh5__)) - __instantiate(Vector<unsigned int>) - #endif - |