Remove powerpc from mono supported arches.

It builds but there is no support for sigcontext and mono crashes right on
startup. No need to loose time building this...

input and ok robert@
This commit is contained in:
ajacoutot 2010-09-16 18:53:29 +00:00
parent 8bf1945298
commit d25bd8856b
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# $OpenBSD: mono.port.mk,v 1.13 2010/07/05 09:13:05 espie Exp $
# $OpenBSD: mono.port.mk,v 1.14 2010/09/16 18:53:29 ajacoutot Exp $
MODMONO_ONLY_FOR_ARCHS= i386 amd64 powerpc # XXX arm
MODMONO_ONLY_FOR_ARCHS= i386 amd64 # XXX arm powerpc (no support for sigcontext)
ONLY_FOR_ARCHS?= ${MODMONO_ONLY_FOR_ARCHS}
CATEGORIES+= lang/mono

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.32 2010/08/30 21:14:35 sthen Exp $
# $OpenBSD: Makefile,v 1.33 2010/09/16 18:53:29 ajacoutot Exp $
COMMENT-main= framework for Multicast DNS Service Discovery
COMMENT-gtk= GUI client utilities for avahi
@ -64,7 +64,8 @@ LIB_DEPENDS-main= ${MODGETTEXT_LIB_DEPENDS} \
::devel/libdaemon \
::x11/dbus
ONLY_FOR_ARCHS-mono = i386 amd64 powerpc
# keep in sync with lang/mono/mono.port.mk
ONLY_FOR_ARCHS-mono = i386 amd64
BUILD_MONO = No
.if !${FLAVOR:L:Mno_mono}