summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-01-04 04:58:47 +0000
committerdholland <dholland@pkgsrc.org>2015-01-04 04:58:47 +0000
commit29e21c04bb4b2b58bbf63d70d14b9e0208c5836b (patch)
treee9d90ffe4f0ac7031ece0dd16dd67196819df2b6 /devel
parent30a23fc450b076da7197078bdae94a59f7446093 (diff)
downloadpkgsrc-29e21c04bb4b2b58bbf63d70d14b9e0208c5836b.tar.gz
Use BROKEN_EXCEPT_ON_PLATFORM where explicit per-cpu-type support is
needed.
Diffstat (limited to 'devel')
-rw-r--r--devel/ffcall/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile
index 5cb58ad4894..d505d9963b2 100644
--- a/devel/ffcall/Makefile
+++ b/devel/ffcall/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2014/05/14 11:13:04 jperkin Exp $
+# $NetBSD: Makefile,v 1.30 2015/01/04 04:58:47 dholland Exp $
DISTNAME= ffcall-1.10
PKGREVISION= 3
@@ -15,7 +15,8 @@ MAKE_JOBS_SAFE= no
# the file ${WRKSRC}/avcall/avcall-${MACHINE_ARCH}.c needs to
# be added for additional port support.
-ONLY_FOR_PLATFORM= *-*-alpha *-*-arm *-*-convex *-*-hppa *-*-i386 \
+BROKEN_EXCEPT_ON_PLATFORM= \
+ *-*-alpha *-*-arm *-*-convex *-*-hppa *-*-i386 \
*-*-ia64 *-*-m68k *-*-m88k *-*-mips *-*-mipsel \
*-*-mipseb *-*-mips64 *-*-mipsn32 \
*-*-powerpc *-*-rs6000 \