From 71f3231c7e262ee98704dc62b9c685c8f50b89be Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 5 Mar 2003 09:50:37 +0000 Subject: Fix build on -current and 64-bit machiens PR: ports/47985 Submitted by: naddy --- textproc/sp/files/patch-ai | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/sp/files/patch-ai (limited to 'textproc/sp/files/patch-ai') 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) + __instantiate(Vector) + __instantiate(Vector) +-#if 0 ++#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__) + __instantiate(Vector) + #endif + __instantiate(Vector) -- cgit v1.2.3