svn commit: r564047 - head/games/qudos

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


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
 


More information about the svn-ports-all mailing list