diff options
author | linimon <linimon@FreeBSD.org> | 2010-03-22 12:46:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-03-22 12:46:36 +0800 |
commit | 36423f7f060b6ec33afe62ad540ae220aceb44a7 (patch) | |
tree | 8396c9a3b47726c6170349c6b1f21219d5c4a233 /www | |
parent | eca35ed30c94b3a7a7bbdb98dc2aa6d3967aa664 (diff) | |
download | freebsd-ports-gnome-36423f7f060b6ec33afe62ad540ae220aceb44a7.tar.gz freebsd-ports-gnome-36423f7f060b6ec33afe62ad540ae220aceb44a7.tar.zst freebsd-ports-gnome-36423f7f060b6ec33afe62ad540ae220aceb44a7.zip |
Mark as broken on ia64/sparc64: fails to compile.
Hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/webkit-gtk2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |