diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 19:29:16 +0000 |
commit | 6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3 (patch) | |
tree | 5578c0bf4dcb7768e6bc8e22c99c359d60cb6c8e /games-action/armagetron/files/armagetron-0.1.4.9-configure.patch | |
parent | games action and arcade (diff) | |
download | historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.tar.gz historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.tar.bz2 historical-6b2c6aa5f4161d5fcd009e3e5f2e9d84539b25f3.zip |
action games !
Diffstat (limited to 'games-action/armagetron/files/armagetron-0.1.4.9-configure.patch')
-rw-r--r-- | games-action/armagetron/files/armagetron-0.1.4.9-configure.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games-action/armagetron/files/armagetron-0.1.4.9-configure.patch b/games-action/armagetron/files/armagetron-0.1.4.9-configure.patch new file mode 100644 index 000000000000..43e2bb6604c2 --- /dev/null +++ b/games-action/armagetron/files/armagetron-0.1.4.9-configure.patch @@ -0,0 +1,13 @@ +--- configure.orig Fri May 24 19:03:13 2002 ++++ configure Fri May 24 19:05:22 2002 +@@ -1182,8 +1182,8 @@ + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else +- ac_save_LIBS="$LIBS" +-LIBS="-lGLU $LIBS" ++ ac_save_LIBS="$LIBS -L/usr/X11R6/lib" ++LIBS="-lGLU $LIBS -L/usr/X11R6/lib" + cat > conftest.$ac_ext <<EOF + #line 1189 "configure" + #include "confdefs.h" |