aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cairo
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-09-04 11:05:23 +0800
committerlinimon <linimon@FreeBSD.org>2012-09-04 11:05:23 +0800
commit4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2 (patch)
tree8db48774b6758a80fd4e62077728277c3efd9d53 /graphics/cairo
parenta097dedaca5d1736db39d27d46c1405d007ebc40 (diff)
downloadfreebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.tar.gz
freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.tar.zst
freebsd-ports-gnome-4e140e9ca2b74f4e27c02a5b0e9281ba583a36c2.zip
Mark as broken on ARM.
PR: ports/170946 Submitted by: linimon Hat: portmgr
Diffstat (limited to 'graphics/cairo')
-rw-r--r--graphics/cairo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 4ded27affaba..b33f5e023339 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -49,6 +49,10 @@ OPTIONS+= GL "Enable OpenGL Support" Off \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "arm"
+BROKEN= Does not compile on arm
+.endif
+
.if defined(WITH_GL)
USE_GL= gl
CONFIGURE_ARGS+= --enable-gl