diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2001-08-12 15:17:56 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2001-08-12 15:17:56 +0000 |
commit | 2548904d2d8f9e50a525687064be0673d3669f25 (patch) | |
tree | 64ff9197b36e88aec0bd69f701c6258b7cb31c2b /astro/xplanet | |
parent | 730a417054485084ddd3c3ba451da4c0cdb1f89e (diff) | |
download | ports-2548904d2d8f9e50a525687064be0673d3669f25.tar.gz ports-2548904d2d8f9e50a525687064be0673d3669f25.zip |
Notes
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 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" |