diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-10-20 08:06:35 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-10-20 08:06:35 +0000 |
commit | 25d4d66d291105965d564927e62c01d0e11fa450 (patch) | |
tree | de6f25d78c23b67dab0e22599d24993df8d74986 /net/licq/files/patch-ae | |
parent | Add lbreakout - a SDL-based clone of classical Breakout game. (diff) |
Revert to 0.85 as several people report instability with the new version,
and I notice it sometimes, too.
Notes
Notes:
svn path=/head/; revision=34014
Diffstat (limited to 'net/licq/files/patch-ae')
-rw-r--r-- | net/licq/files/patch-ae | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/licq/files/patch-ae b/net/licq/files/patch-ae index 5575ef055cf4..e480062becd4 100644 --- a/net/licq/files/patch-ae +++ b/net/licq/files/patch-ae @@ -1,11 +1,11 @@ ---- plugins/qt-gui-1.0/aclocal.m4.orig Tue Oct 10 16:52:41 2000 -+++ plugins/qt-gui-1.0/aclocal.m4 Sun Oct 15 17:51:04 2000 +--- plugins/qt-gui/aclocal.m4.orig Wed Jul 12 05:54:25 2000 ++++ plugins/qt-gui/aclocal.m4 Mon Sep 25 14:45:24 2000 @@ -59,7 +59,7 @@ fi for qt_dir in $qt_library_dirs; do - for qt_check_lib in $qt_dir/libqt.so.2; do -+ for qt_check_lib in $qt_dir/libqt2.so.*; do ++ for qt_check_lib in $qt_dir/libqt2.so.4; do if test -r $qt_check_lib; then ac_qt_libraries=$qt_dir break 2 |