diff options
author | linimon <linimon@FreeBSD.org> | 2009-08-17 10:06:26 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-08-17 10:06:26 +0800 |
commit | 1120af216790bb53c866a623378948b75ebee5f5 (patch) | |
tree | bb46a1d6d5243dc1985cfc748209509bc3dc27cd | |
parent | 42dbf99389fb72b1b7fd26ca03a2e25de2a60452 (diff) | |
download | freebsd-ports-gnome-1120af216790bb53c866a623378948b75ebee5f5.tar.gz freebsd-ports-gnome-1120af216790bb53c866a623378948b75ebee5f5.tar.zst freebsd-ports-gnome-1120af216790bb53c866a623378948b75ebee5f5.zip |
Mark as broken on sparc64: invokes i386 assembler.
Hat: portmgr
-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}!="" |