aboutsummaryrefslogtreecommitdiff
path: root/games/quake3
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-02-11 13:58:13 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-02-11 13:58:13 +0000
commitb57abe3e523569e24287071853d0011aa8f75952 (patch)
treecee94e503de2ddebea509f5d854df44db16e6164 /games/quake3
parentf72d9a3919c372b7bb79ab7b20545ef83d259045 (diff)
downloadports-b57abe3e523569e24287071853d0011aa8f75952.tar.gz
ports-b57abe3e523569e24287071853d0011aa8f75952.zip
games/quake3: 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)
Notes
Notes: svn path=/head/; revision=564951
Diffstat (limited to 'games/quake3')
-rw-r--r--games/quake3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile
index 5887925aba15..9038306a785e 100644
--- a/games/quake3/Makefile
+++ b/games/quake3/Makefile
@@ -57,7 +57,7 @@ MAKE_ENV+= DLL_ONLY=true
.if ${PORT_OPTIONS:MCLIENT} || ${PORT_OPTIONS:MTHREADS}
USES+= gl xorg
USE_GL= glu
-USE_XORG= xxf86dga
+USE_XORG= xxf86dga xxf86vm
.endif
.if ${PORT_OPTIONS:MCLIENT}