diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-31 21:49:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-31 21:49:47 +0000 |
commit | 2c10cd6b8087fde874a514e306c2ec0da70a8256 (patch) | |
tree | 724fe5973ea8c9906789855c831df21f3900072b /security/nss | |
parent | 749e7d4b51e695aaf13ee3e76b03f3a3fb53754e (diff) | |
download | ports-2c10cd6b8087fde874a514e306c2ec0da70a8256.tar.gz ports-2c10cd6b8087fde874a514e306c2ec0da70a8256.zip |
Re-add IGNORE message for Alpha < 500035.
Reported by: mjl on #freebsd-gnome
Notes
Notes:
svn path=/head/; revision=140585
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 453de81237e4..102fe6478290 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -35,6 +35,10 @@ CONFLICTS= btoa-5.* digest-[0-9]* emboss-2.* oases-2.* p5-PAR-0.* \ .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +IGNORE= core dumps on alpha during build +.endif + EXTERNALS= CVS dbm security/nss/cmd/zlib EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ ${EXTERNALS:C,^,--exclude ${DISTNAME}/mozilla/,} |