diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-15 17:33:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-15 17:33:31 +0800 |
commit | c02d3ebc947db1ce6c8c0a7bdec8c01ce47aa71c (patch) | |
tree | 10fc7ed023bdeec515d698de8be77a021f147649 /x11-drivers | |
parent | 0f29f48aacabd9357da2fabda8f34db5e3af56bc (diff) | |
download | freebsd-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/Makefile | 2 |
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> |