Mark as broken on sparc64: invokes i386 assembler.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2009-08-17 02:06:26 +00:00
parent b8fbc9db59
commit 6af85f564d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239698

View File

@ -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}!=""