diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /net-im/licq/files/patch-ab | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'net-im/licq/files/patch-ab')
-rw-r--r-- | net-im/licq/files/patch-ab | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-im/licq/files/patch-ab b/net-im/licq/files/patch-ab deleted file mode 100644 index b14a60f67fde..000000000000 --- a/net-im/licq/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- plugins/qt-gui/acinclude.m4.in.orig Wed Mar 29 01:36:10 2000 -+++ plugins/qt-gui/acinclude.m4.in Wed Mar 29 01:37:07 2000 -@@ -72,7 +72,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.3; do - if test -r $qt_check_lib; then - ac_qt_libraries=$qt_dir - break 2 -@@ -93,7 +93,7 @@ - fi - - dnl Check if we have the right lib -- output=`eval "strings $ac_cv_lib_qtlib/libqt.so | grep -l QCString"` -+ output=`eval "strings $ac_cv_lib_qtlib/libqt2.so | grep -l QCString"` - if test -z "$output"; then - AC_MSG_ERROR([The Qt lib directory - $ac_cv_lib_qtlib -@@ -196,8 +196,8 @@ - - AC_PATH_PROG( - MOC, -- moc, -- $QTDIR/bin/moc, -+ moc2, -+ $QTDIR/bin/moc2, - $QTDIR/bin:/usr/lib/qt2/bin:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin:$PATH - ) - else |