diff options
author | kris <kris@FreeBSD.org> | 2004-04-17 21:07:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-17 21:07:55 +0800 |
commit | 2f0ee693c4d990e8feb56cb651799860af134f77 (patch) | |
tree | e5c357391677f8897750eeeb90413127f9824e1b /security | |
parent | 86174c16025233bf82dc033f3cab3372cf0a7d7a (diff) | |
download | freebsd-ports-gnome-2f0ee693c4d990e8feb56cb651799860af134f77.tar.gz freebsd-ports-gnome-2f0ee693c4d990e8feb56cb651799860af134f77.tar.zst freebsd-ports-gnome-2f0ee693c4d990e8feb56cb651799860af134f77.zip |
BROKEN on alpha and ia64: Does not compile
Diffstat (limited to 'security')
-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 |