summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-03-22 04:46:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-03-22 04:46:36 +0000
commitf38f10b8e076ae5cb63e0ad46bad0e107d28f0b1 (patch)
tree8784de3dcb66673b3d70c40b4149ca707542dd87 /www
parentAdd an option to install into the base, and related support (diff)
Mark as broken on ia64/sparc64: fails to compile.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=251358
Diffstat (limited to 'www')
-rw-r--r--www/webkit-gtk2/Makefile4
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