diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-17 13:07:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-17 13:07:55 +0000 |
commit | e8dc743b0eaced352465db54985c549f581a35c8 (patch) | |
tree | c475d4fc9ade1523ee1c7635e96a46330acb18c8 /security/nss | |
parent | c44a48020ae8824cf91ec0e8932621fad2c5fb11 (diff) | |
download | ports-e8dc743b0eaced352465db54985c549f581a35c8.tar.gz ports-e8dc743b0eaced352465db54985c549f581a35c8.zip |
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/Makefile | 4 |
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 |