From 36423f7f060b6ec33afe62ad540ae220aceb44a7 Mon Sep 17 00:00:00 2001 From: linimon Date: Mon, 22 Mar 2010 04:46:36 +0000 Subject: Mark as broken on ia64/sparc64: fails to compile. Hat: portmgr --- www/webkit-gtk2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www') diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile index 52811e7db71c..13ec8118bdcf 100644 --- a/www/webkit-gtk2/Makefile +++ b/www/webkit-gtk2/Makefile @@ -50,6 +50,10 @@ OPTIONS= VIDEO "Enable video support" on \ .include +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64 or sparc64 +.endif + .if exists (${LOCALBASE}/lib/libicutu.so.43) LIB_DEPENDS+= icutu.43:${PORTSDIR}/devel/icu4 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h -- cgit