summaryrefslogtreecommitdiff
path: root/lang/gwydion-dylan
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 08:28:48 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 08:28:48 +0000
commit649912b14ea38d4b92809e6ff05409d82a032486 (patch)
treeb0b2b4b229b983173c0ba26621b228f745b3b7cd /lang/gwydion-dylan
parent1332173c27f9ba4e27abf7fb99df2da872f27c2e (diff)
downloadpkgsrc-649912b14ea38d4b92809e6ff05409d82a032486.tar.gz
Use BROKEN_EXCEPT_ON_PLATFORM for this package.
It has the unfortunate property that wrong configs seem to tend to drop to the debugger while building, which hangs bulk builds and needs to be masked. However, mucking with configurations isn't all that difficult provided you can test them, and many that could be added will probably just work.
Diffstat (limited to 'lang/gwydion-dylan')
-rw-r--r--lang/gwydion-dylan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gwydion-dylan/Makefile b/lang/gwydion-dylan/Makefile
index f48dff678c9..47d8773e96c 100644
--- a/lang/gwydion-dylan/Makefile
+++ b/lang/gwydion-dylan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/01/04 07:50:39 dholland Exp $
+# $NetBSD: Makefile,v 1.19 2015/01/04 08:28:48 dholland Exp $
#
DISTNAME= gwydion-dylan-${DYLAN_VERSION}
@@ -26,7 +26,7 @@ DYLAN_VERSION= 2.4.0
# other architecture changes will be gratefully received
# (but note: don't enable platforms you haven't explicitly tested, as
# they are liable to hang in the mindy debugger and hose bulk builds.)
-ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc
+BROKEN_EXCEPT_ON_PLATFORM= NetBSD-*-i386 NetBSD-*-sparc NetBSD-*-powerpc
.include "../../mk/bsd.prefs.mk"