svn commit: r564046 - head/games/nehquake

Jan Beich jbeich at FreeBSD.org
Thu Feb 4 17:12:59 UTC 2021


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


More information about the svn-ports-all mailing list