mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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)
This commit is contained in:
parent
d77daeb3e2
commit
f72d9a3919
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564950
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user