From e434a250b6633ad6da96d97eaa211312e17539dc Mon Sep 17 00:00:00 2001 From: danfe Date: Sun, 20 Sep 2015 14:35:57 +0000 Subject: Remove BROKEN on Tier-2 systems statements which no longer true at least on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. --- security/zxid/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'security/zxid') diff --git a/security/zxid/Makefile b/security/zxid/Makefile index 8e5071ed428d..85b1f23edbca 100644 --- a/security/zxid/Makefile +++ b/security/zxid/Makefile @@ -28,9 +28,6 @@ MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include -D_LSEEK_DECLARED -fPIC LDFLAGS+= -L${LOCALBASE}/lib -BROKEN_powerpc= Does not build on ${ARCH} -BROKEN_sparc64= Does not build on ${ARCH} - OPTIONS_DEFINE= DOCS ZXID_BINS= smime zxcall zxcot zxdecode zxencdectest zxidhlo \ -- cgit