diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-08 19:44:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-01-08 19:44:30 +0000 |
commit | 48c172df6c10d62ee2b1edf2b2913dfb99168194 (patch) | |
tree | 7bf574a977db8ce1201e5656bd53977311599447 /www/mozilla | |
parent | 7710b55bc3f0d213f6344fa1a608919c44a344b5 (diff) |
Mark not for ia64 since regchrome (and the application itself) dumps core.
Reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=153085
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index f5094beea40e..3c11dadaf6b0 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -39,6 +39,8 @@ MOZ_MK_OPTIONS+=MOZ_INTERNAL_LIBART_LGPL=1 MOZ_OPTIONS+= --enable-svg-renderer-libart --enable-svg \ --disable-plaintext-editor-only +NOT_FOR_ARCHS= ia64 + OPTIONS=CALENDAR "Enable the Calendar module" off \ MAILNEWS "Enable Mail and News modules" on \ COMPOSER "Enable the HTML Composer module" on \ |