summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2001-08-12 15:17:56 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2001-08-12 15:17:56 +0000
commit2548904d2d8f9e50a525687064be0673d3669f25 (patch)
tree64ff9197b36e88aec0bd69f701c6258b7cb31c2b /astro
parentUpgrade to version 20010717. (diff)
o) Configure tests for Mesa/OpenGL without -lXi which leads to a
fail for libglut. Xplanet will now build with Mesa/OpenGL support.
Notes
Notes: svn path=/head/; revision=46138
Diffstat (limited to 'astro')
-rw-r--r--astro/xplanet/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/xplanet/files/patch-aa b/astro/xplanet/files/patch-aa
new file mode 100644
index 000000000000..d5501b85775c
--- /dev/null
+++ b/astro/xplanet/files/patch-aa
@@ -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"