summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-08-17 02:06:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-08-17 02:06:26 +0000
commit6af85f564d05aff93f185529728e03eaf8a2f052 (patch)
treed6b960a3e41db494a84bd9b0e6c4ba31b1cc977a /www
parentBump port version to Samba 3.0.36 (diff)
Mark as broken on sparc64: invokes i386 assembler.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=239698
Diffstat (limited to 'www')
-rw-r--r--www/firefox3/Makefile4
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}!=""