diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2001-08-12 15:17:56 +0000 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2001-08-12 15:17:56 +0000 |
commit | f884d7df01672a35327783632cb06166456763f6 (patch) | |
tree | ed14b3f7977c8efc33071e2fe4ea4b094beffc7e /astro/xplanet | |
parent | 7c651e2ea9e7913f41a22f569dc5ef36c479fd9b (diff) | |
download | FreeBSD-ports-f884d7df01672a35327783632cb06166456763f6.zip FreeBSD-ports-f884d7df01672a35327783632cb06166456763f6.tar.gz |
o) Configure tests for Mesa/OpenGL without -lXi which leads to a
fail for libglut. Xplanet will now build with Mesa/OpenGL support.
Diffstat (limited to 'astro/xplanet')
-rw-r--r-- | astro/xplanet/files/patch-aa | 11 |
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 0000000..d5501b8 --- /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" |