svn commit: r564048 - head/games/tremulous

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


Author: jbeich
Date: Thu Feb  4 17:13:09 2021
New Revision: 564048
URL: https://svnweb.freebsd.org/changeset/ports/564048

Log:
  games/tremulous: unbreak with libglvnd
  
  src/unix/linux_glimp.c:74: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/tremulous/Makefile   (contents, props changed)

Modified: head/games/tremulous/Makefile
==============================================================================
--- head/games/tremulous/Makefile	Thu Feb  4 17:13:03 2021	(r564047)
+++ head/games/tremulous/Makefile	Thu Feb  4 17:13:09 2021	(r564048)
@@ -70,7 +70,7 @@ MAKE_ENV+=	USE_SDL_VIDEO=1
 .  else
 USES+=		gl xorg
 USE_GL=		gl
-USE_XORG=	x11 xxf86dga
+USE_XORG=	x11 xxf86dga xxf86vm
 .  endif
 # Vorbis
 .  if ${PORT_OPTIONS:MVORBIS}


More information about the svn-ports-all mailing list