Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 17:13:09 +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: r564048 - head/games/tremulous
Message-ID:  <202102041713.114HD964000934@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102041713.114HD964000934>