From 5dba952df544cb22578a4420dc76372bf8c11096 Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 10 Dec 2008 07:35:19 +0000 Subject: Mark as broken on sparc64. Hat: portmgr --- www/firefox3/Makefile | 4 ++++ www/webkit-gtk2/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'www') diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile index 48a76c22f815..e35f9a66866c 100644 --- a/www/firefox3/Makefile +++ b/www/firefox3/Makefile @@ -72,6 +72,10 @@ MOZ_OPTIONS+= --disable-dbus LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-extract:: @${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \ -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \ diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 8de8677ab045..8b52e2a12748 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -43,6 +43,10 @@ MAKEFILE= GNUmakefile IGNORE= Does not build .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.endif + post-patch: @${REINPLACE_CMD} -e 's|autoconf|${AUTOCONF}|g ; \ s|automake|${AUTOMAKE}|g ; s|aclocal|${ACLOCAL}|g ; \ -- cgit