diff options
Diffstat (limited to 'www/mozilla-devel/Makefile')
-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 0e30cb559ebc..6cd1baad5646 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 |