o) Configure tests for Mesa/OpenGL without -lXi which leads to a
fail for libglut. Xplanet will now build with Mesa/OpenGL support.
This commit is contained in:
parent
730a417054
commit
2548904d2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46138
1 changed files with 11 additions and 0 deletions
11
astro/xplanet/files/patch-aa
Normal file
11
astro/xplanet/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.org Wed Jul 11 08:06:39 2001
|
||||
+++ configure Wed Jul 11 08:06:58 2001
|
||||
@@ -3755,7 +3755,7 @@
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
-LIBS="-lglut $X_LIBS -lGL -lGLU -lXmu -lX11 -lm $LIBS"
|
||||
+LIBS="-lglut $X_LIBS -lGL -lGLU -lXmu -lX11 -lXi -lm $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 3761 "configure"
|
||||
#include "confdefs.h"
|
Loading…
Reference in a new issue