svn commit: r564951 - head/games/quake3

Jan Beich jbeich at FreeBSD.org
Thu Feb 11 13:58:17 UTC 2021


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}


More information about the svn-ports-all mailing list