mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-13 14:11:35 +00:00
- Added another fix from Ulrich for FreeBSD.
This commit is contained in:
parent
a0757dd424
commit
a764cdfce8
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ if test "x$HAVE_OPENGL" != xno; then
|
||||||
OPENGL_LIBS="$OPENGL_LIBS -lX11 -lXext"
|
OPENGL_LIBS="$OPENGL_LIBS -lX11 -lXext"
|
||||||
HAVE_OPENGL=yes,
|
HAVE_OPENGL=yes,
|
||||||
HAVE_OPENGL=no,
|
HAVE_OPENGL=no,
|
||||||
[$OPENGL_LIBS]
|
[$OPENGL_LIBS -lX11 -lXext]
|
||||||
),
|
),
|
||||||
[$OPENGL_LIBS]
|
[$OPENGL_LIBS]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue