diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 02:06:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-17 02:06:26 +0000 |
commit | 6af85f564d05aff93f185529728e03eaf8a2f052 (patch) | |
tree | d6b960a3e41db494a84bd9b0e6c4ba31b1cc977a /www | |
parent | b8fbc9db591ba8b977494c75447636044d31172c (diff) | |
download | ports-6af85f564d05aff93f185529728e03eaf8a2f052.tar.gz ports-6af85f564d05aff93f185529728e03eaf8a2f052.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index ca08d854be2d..6f34e4a34aa8 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -59,6 +59,10 @@ OPTIONS= DBUS "Enable D-BUS support" on \ .include <bsd.port.pre.mk> +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: invokes i386 assembler +.endif + GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 '%{\!pg: %{pthread:' | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${HAVE_GNOME:Mlibgnomeui}!="" |