diff options
author | dholland <dholland@pkgsrc.org> | 2015-01-04 08:28:48 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-01-04 08:28:48 +0000 |
commit | 9d4570795e3fdf323d9bc62c6ecd48a360c29c00 (patch) | |
tree | b0b2b4b229b983173c0ba26621b228f745b3b7cd /lang/gwydion-dylan | |
parent | 6e847d9d51ad5cc9e0aabeaba27a5959cacbbf50 (diff) | |
download | pkgsrc-9d4570795e3fdf323d9bc62c6ecd48a360c29c00.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/Makefile | 4 |
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" |