diff options
author | Brian Feldman <green@FreeBSD.org> | 2001-04-10 20:09:53 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2001-04-10 20:09:53 +0000 |
commit | 11d86ccd31a76d611a3c66d2ebf87ee38e4e33bf (patch) | |
tree | 3e97cdc030d89288de02d03ad7bd120da81fb02c /net-im/licq/files/patch-ab | |
parent | p5-Image-Size is already in graphics category. (diff) |
Convert the monolithic Licq port into an licq-base port and satellite
ports for different plugins. Commit the first of the plugins, qt-gui,
as that has in the past been part of the normal licq port. The rest
are coming after I've tried them out.
I'd like to thank Jeremy Norris greatly for doing this work :)
Submitted by: Jeremy Norris <ishmael27@home.com>
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 f3a6d5b88496..000000000000 --- a/net-im/licq/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- plugins/qt-gui-1.0.3/acinclude.m4.in.orig Sun Jun 18 06:20:57 2000 -+++ plugins/qt-gui-1.0.3/acinclude.m4.in Mon Jul 24 03:09:28 2000 -@@ -48,7 +48,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 -@@ -68,7 +68,7 @@ - else - have_qt_lib="yes" - 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" -@@ -185,8 +185,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 |