diff --git a/lang/moarvm/Makefile b/lang/moarvm/Makefile index af3ed3a7bc6..90ef8550cc9 100644 --- a/lang/moarvm/Makefile +++ b/lang/moarvm/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2014/05/25 21:49:55 pascal Exp $ +# $OpenBSD: Makefile,v 1.2 2014/08/19 05:36:58 landry Exp $ # note about 3rdparty libs: there's another copy of libatomic_ops at # devel/boehm-gc which this port will be able to use if that is updated. SHARED_ONLY = Yes BROKEN-arm = missing atomic ops +BROKEN-alpha = dyncall_callvm.c:66:4: error: #error unsupported platform COMMENT = virtual machine for nqp/rakudo