diff options
author | Marius Strobl <marius@FreeBSD.org> | 2008-01-21 22:19:53 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2008-01-21 22:19:53 +0000 |
commit | 7dfcb347475502ddf1621eeb62dc4ebf54f70e62 (patch) | |
tree | b2feeb0f5975b944a772edc8f58cd63c1be270a8 /www/mozilla | |
parent | 2dbab108167f16da6123b0adc8a4d3d6ea7893dd (diff) |
Notes
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/Makefile | 2 | ||||
-rw-r--r-- | www/mozilla/Makefile.common | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 25d4eee0913b..2a912402c851 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.7.13 -PORTREVISION?= 3 +PORTREVISION?= 4 PORTEPOCH= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ diff --git a/www/mozilla/Makefile.common b/www/mozilla/Makefile.common index 59daf02f0b38..9c9cce86a576 100644 --- a/www/mozilla/Makefile.common +++ b/www/mozilla/Makefile.common @@ -249,6 +249,11 @@ LIB_BZ2= -lbz2_p LIB_BZ2= -lbz2 .endif +.if ${ARCH}=="sparc64" +# Work around miscompilation/mislinkage of the sCanonicalVTable hacks. +MOZ_OPTIONS+= --disable-v1-string-abi +.endif + post-patch: gecko-post-patch gecko-moz-pis-patch gecko-post-patch: |