diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-13 16:14:54 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-13 16:14:54 +0000 |
commit | 409d90ad8a09f9977c7272fc2ad6e01dfd9c12e2 (patch) | |
tree | a87d1908c2e5d8bd1e8e0785c8eeea44fce0040c /lang/yarv | |
parent | Reset seanc@FreeBSD.or due to maintainer-timeouts and no response to email. (diff) |
- Mark BROKEN for ia64.
Reported by: pointyhat
Diffstat (limited to 'lang/yarv')
-rw-r--r-- | lang/yarv/Makefile | 4 | ||||
-rw-r--r-- | lang/yarv/files/patch-gc.c | 13 |
2 files changed, 4 insertions, 13 deletions
diff --git a/lang/yarv/Makefile b/lang/yarv/Makefile index 57327523c412..406f6fc2ae8e 100644 --- a/lang/yarv/Makefile +++ b/lang/yarv/Makefile @@ -29,6 +29,10 @@ OPTIONS= DEBUG "Enable debugging information" off \ .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= does not build +.endif + .if ${OSVERSION} >= 400014 CONFIGURE_ARGS+=--enable-ipv6 .if ${OSVERSION} < 500000 diff --git a/lang/yarv/files/patch-gc.c b/lang/yarv/files/patch-gc.c deleted file mode 100644 index bbd94a880004..000000000000 --- a/lang/yarv/files/patch-gc.c +++ /dev/null @@ -1,13 +0,0 @@ ---- ./gc.c.orig Thu Apr 13 05:18:48 2006 -+++ ./gc.c Thu Oct 19 13:56:46 2006 -@@ -34,6 +34,10 @@ - #include <windows.h> - #endif - -+#ifdef __ia64__ -+#include <ucontext.h> -+#endif -+ - int rb_io_fptr_finalize(struct OpenFile*); - - #if !defined(setjmp) && defined(HAVE__SETJMP) |