Date: Tue, 15 Nov 2016 09:33:31 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426154 - head/x11-drivers/xf86-video-vmware Message-ID: <201611150933.uAF9XVNX082163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 15 09:33:31 2016 New Revision: 426154 URL: https://svnweb.freebsd.org/changeset/ports/426154 Log: Fails to build on aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/x11-drivers/xf86-video-vmware/Makefile Modified: head/x11-drivers/xf86-video-vmware/Makefile ============================================================================== --- head/x11-drivers/xf86-video-vmware/Makefile Tue Nov 15 09:32:55 2016 (r426153) +++ head/x11-drivers/xf86-video-vmware/Makefile Tue Nov 15 09:33:31 2016 (r426154) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611150933.uAF9XVNX082163>