diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-25 20:26:56 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-25 20:26:56 +0000 |
commit | 1a44a7ea8460fd583b57303e1bb7143b8b2d7cc3 (patch) | |
tree | 4cbaf2b1f9b101dd475c0d6af5f2f3005a6719ac /net-im/licq-qt-gui | |
parent | Install a new script, linkfarm, with linux-mozilla. This script (diff) |
- Update for 1.0.4
licq
licq-console (no changes)
licq-qt-gui
Protocol changed on Server.
licq-1.0.3 does not work corectlly, messages are lost.
problems fixed:
- program_transform_name installed the binaray as:
/usr/local/bin/i386--freebsd4.4-licq
- configure seeks now a qt-mt itself,
but the options for "ac_qt_libraries" are not processed
- use ob BZIP2 as compressor.
Diffstat (limited to 'net-im/licq-qt-gui')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 9 | ||||
-rw-r--r-- | net-im/licq-qt-gui/files/patch-acinclude.m4 | 12 |
2 files changed, 15 insertions, 6 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index ff8d23a1bd0f..7b88e3d6e68b 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -18,12 +18,9 @@ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" post-patch: - @${PERL5} -pi -e 's|0777|0755|g;' \ - -e 's|-lqt|-lqt2-mt|g' ${WRKSRC}/share/Makefile.am - @${PERL5} -pi -e 's|libqt.so.2|libqt2-mt.so.4|g;' \ - -e 's|libqt.so|libqt2-mt.so|g;' ${WRKSRC}/acinclude.m4 - @${PERL5} -pi -e 's|-lqt|-lqt2|g;' ${WRKSRC}/src/Makefile.am \ - ${WRKSRC}/src/Makefile.in + @${PERL5} -pi -e 's|libqt-mt.so.2|libqt2-mt.so.4|g;' \ + -e 's|-lqt-mt|-lqt2-mt|g;' -e 's|libqt.so|libqt2.so|g;' \ + -e 's|-lqt$$|-lqt2|g;' ${WRKSRC}/acinclude.m4 pre-configure: @(cd ${WRKSRC} && ${ACLOCAL}) diff --git a/net-im/licq-qt-gui/files/patch-acinclude.m4 b/net-im/licq-qt-gui/files/patch-acinclude.m4 new file mode 100644 index 000000000000..bf62ccb830a0 --- /dev/null +++ b/net-im/licq-qt-gui/files/patch-acinclude.m4 @@ -0,0 +1,12 @@ +--- acinclude.m4.orig Tue Jan 1 09:39:27 2002 ++++ acinclude.m4 Tue Jan 1 09:50:18 2002 +@@ -68,6 +68,9 @@ + fi + done + fi ++ else ++ ac_qt_libname=-lqt2-mt ++ ac_qt_libdir=$ac_qt_libraries + fi + + ac_cv_lib_qtlib="ac_qt_libname=$ac_qt_libname ac_qt_libdir=$ac_qt_libdir" |