Date: Thu, 11 Feb 2021 13:58:14 +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: r564951 - head/games/quake3 Message-ID: <202102111358.11BDwEjd097653@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Feb 11 13:58:13 2021 New Revision: 564951 URL: https://svnweb.freebsd.org/changeset/ports/564951 Log: games/quake3: 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/quake3/Makefile (contents, props changed) Modified: head/games/quake3/Makefile ============================================================================== --- head/games/quake3/Makefile Thu Feb 11 13:58:08 2021 (r564950) +++ head/games/quake3/Makefile Thu Feb 11 13:58:13 2021 (r564951) @@ -57,7 +57,7 @@ MAKE_ENV+= DLL_ONLY=true .if ${PORT_OPTIONS:MCLIENT} || ${PORT_OPTIONS:MTHREADS} 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.11BDwEjd097653>