diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 04:30:59 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 04:30:59 +0000 |
commit | 287e77ca689e247b46426c5c9f48fc8b74e9d1bc (patch) | |
tree | 9735d7a61e51f73a9047b77aafc1a285fb5a7219 /www/mozilla-devel | |
parent | abdf7983b82d114d70116d6949ff840040817c94 (diff) | |
download | FreeBSD-ports-287e77ca689e247b46426c5c9f48fc8b74e9d1bc.zip FreeBSD-ports-287e77ca689e247b46426c5c9f48fc8b74e9d1bc.tar.gz |
Now builds on amd64
Approved by: portmgr (self)
Diffstat (limited to 'www/mozilla-devel')
-rw-r--r-- | www/mozilla-devel/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 0e30cb5..6cd1baa 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -112,10 +112,6 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Coredump during build on amd64" -.endif - .if ${ARCH} == "ia64" || ${ARCH} == "alpha" BROKEN= "Does not compile on ia64 or alpha" .endif |