svn commit: r564950 - head/games/q3cellshading

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


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}


More information about the svn-ports-all mailing list