Sun Jan 4 04:58:47 2015 UTC ()
Use BROKEN_EXCEPT_ON_PLATFORM where explicit per-cpu-type support is
needed.


(dholland)
diff -r1.29 -r1.30 pkgsrc/devel/ffcall/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/devel/ffcall/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/devel/ffcall/Attic/Makefile 2014/05/14 11:13:04 1.29
+++ pkgsrc/devel/ffcall/Attic/Makefile 2015/01/04 04:58:47 1.30
@@ -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 @@
 
 # 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 \