summaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-17 13:07:55 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-17 13:07:55 +0000
commite8dc743b0eaced352465db54985c549f581a35c8 (patch)
treec475d4fc9ade1523ee1c7635e96a46330acb18c8 /security/nss
parentPer dosirak run, fix plist. (diff)
BROKEN on alpha and ia64: Does not compile
Notes
Notes: svn path=/head/; revision=107333
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/Makefile4
1 files changed, 4 insertions, 0 deletions
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