aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2016-11-15 17:33:31 +0800
committerlinimon <linimon@FreeBSD.org>2016-11-15 17:33:31 +0800
commitc02d3ebc947db1ce6c8c0a7bdec8c01ce47aa71c (patch)
tree10fc7ed023bdeec515d698de8be77a021f147649 /x11-drivers
parent0f29f48aacabd9357da2fabda8f34db5e3af56bc (diff)
downloadfreebsd-ports-gnome-c02d3ebc947db1ce6c8c0a7bdec8c01ce47aa71c.tar.gz
freebsd-ports-gnome-c02d3ebc947db1ce6c8c0a7bdec8c01ce47aa71c.tar.zst
freebsd-ports-gnome-c02d3ebc947db1ce6c8c0a7bdec8c01ce47aa71c.zip
Fails to build on aarch64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-vmware/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-vmware/Makefile b/x11-drivers/xf86-video-vmware/Makefile
index 07f5cf1ca3eb..f6384836f0ba 100644
--- a/x11-drivers/xf86-video-vmware/Makefile
+++ b/x11-drivers/xf86-video-vmware/Makefile
@@ -10,4 +10,6 @@ COMMENT= X.Org vmware display driver
XORG_CAT= driver
USE_XORG= xextproto xineramaproto videoproto
+BROKEN_aarch64= Fails to compile: implicit declaration of function outl is invalid in C99
+
.include <bsd.port.mk>