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)
This commit is contained in:
parent
035491c2d6
commit
8135d40db3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564048
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue