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

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Feb  4 17:13:03 2021
New Revision: 564047
URL: https://svnweb.freebsd.org/changeset/ports/564047

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

Modified: head/games/qudos/Makefile
==============================================================================
--- head/games/qudos/Makefile	Thu Feb  4 17:12:58 2021	(r564046)
+++ head/games/qudos/Makefile	Thu Feb  4 17:13:03 2021	(r564047)
@@ -63,8 +63,9 @@ PLIST_SUB+=	${mod}="@comment "
 .endfor
 
 .if ${PORT_OPTIONS:MGLX} || ${PORT_OPTIONS:MSDLGL}
-USES+=		gl jpeg
+USES+=		gl jpeg xorg
 USE_GL=		glu
+USE_XORG=	xxf86vm
 LIB_DEPENDS+=	libpng.so:graphics/png
 .endif
 



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