From e8dc743b0eaced352465db54985c549f581a35c8 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 17 Apr 2004 13:07:55 +0000 Subject: BROKEN on alpha and ia64: Does not compile --- security/nss/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'security/nss') diff --git a/security/nss/Makefile b/security/nss/Makefile index 99e0288a1047..137d5b6ea2f5 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -40,6 +40,10 @@ CONFLICTS= btoa-5.* digest-* emboss-2.4.* oases-2.* p5-PAR-0.* IGNORE= "core dumps on alpha during build" .endif +.if ${ARCH} == "alpha" || ${ARCH} == "ia64" +BROKEN= "Does not compile on alpha or ia64" +.endif + post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" \ ${WRKSRC}/../../security/coreconf/FreeBSD.mk -- cgit v1.2.3