Date: Thu, 4 Feb 2021 17:12:58 +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: r564046 - head/games/nehquake Message-ID: <202102041712.114HCwxk000747@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Thu Feb 4 17:12:58 2021 New Revision: 564046 URL: https://svnweb.freebsd.org/changeset/ports/564046 Log: games/nehquake: unbreak with libglvnd src/gl_vidlinuxglx.c:43: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/nehquake/Makefile (contents, props changed) Modified: head/games/nehquake/Makefile ============================================================================== --- head/games/nehquake/Makefile Thu Feb 4 17:12:53 2021 (r564045) +++ head/games/nehquake/Makefile Thu Feb 4 17:12:58 2021 (r564046) @@ -13,7 +13,7 @@ COMMENT= Quake engine designed for playing Nehahra USES= gl gmake dos2unix tar:bzip2 xorg USE_GL= gl -USE_XORG= xxf86dga +USE_XORG= xxf86dga xxf86vm OPTIONS_DEFINE= OPTIMIZED_CFLAGS SDL X86_ASM OPTIONS_DEFAULT= OPTIMIZED_CFLAGS SDL X86_ASM
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102041712.114HCwxk000747>