Date: Thu, 11 Feb 2021 13:58:08 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564950 - head/games/q3cellshading Message-ID: <202102111358.11BDw8EG097562@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Feb 11 13:58:08 2021 New Revision: 564950 URL: https://svnweb.freebsd.org/changeset/ports/564950 Log: games/q3cellshading: unbreak with libglvnd ..//unix/linux_glimp.c:70:10: fatal error: 'X11/extensions/xf86vmode.h' file not found #include <X11/extensions/xf86vmode.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 246767 exp-run) Modified: head/games/q3cellshading/Makefile (contents, props changed) Modified: head/games/q3cellshading/Makefile ============================================================================== --- head/games/q3cellshading/Makefile Thu Feb 11 13:45:56 2021 (r564949) +++ head/games/q3cellshading/Makefile Thu Feb 11 13:58:08 2021 (r564950) @@ -55,7 +55,7 @@ MAKE_ENV+= DLL_ONLY=true .if ${PORT_OPTIONS:MCLIENT} || ${PORT_OPTIONS:MSMP_CLIENT} USES+= gl xorg USE_GL= glu -USE_XORG= xxf86dga +USE_XORG= xxf86dga xxf86vm .endif .if ${PORT_OPTIONS:MCLIENT}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102111358.11BDw8EG097562>