From be9e08387e6ad7c5dcc92037dcc8686b8fff642a Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Fri, 20 Oct 2006 18:04:55 +0000 Subject: [PATCH] - Fix building on ia64. Reported by: pointyhat Approved by: portmgr (erwin) --- lang/yarv/files/patch-gc.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/yarv/files/patch-gc.c diff --git a/lang/yarv/files/patch-gc.c b/lang/yarv/files/patch-gc.c new file mode 100644 index 000000000000..bbd94a880004 --- /dev/null +++ b/lang/yarv/files/patch-gc.c @@ -0,0 +1,13 @@ +--- ./gc.c.orig Thu Apr 13 05:18:48 2006 ++++ ./gc.c Thu Oct 19 13:56:46 2006 +@@ -34,6 +34,10 @@ + #include + #endif + ++#ifdef __ia64__ ++#include ++#endif ++ + int rb_io_fptr_finalize(struct OpenFile*); + + #if !defined(setjmp) && defined(HAVE__SETJMP)