From 61740c49665193ed1c87044b76f7d27c064d3d9d Mon Sep 17 00:00:00 2001 From: dinoex Date: Fri, 25 Jan 2002 20:26:56 +0000 Subject: - 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. --- net/licq-qt-gui/Makefile | 9 +++------ net/licq-qt-gui/files/patch-acinclude.m4 | 12 ++++++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 net/licq-qt-gui/files/patch-acinclude.m4 (limited to 'net/licq-qt-gui') diff --git a/net/licq-qt-gui/Makefile b/net/licq-qt-gui/Makefile index ff8d23a..7b88e3d 100644 --- a/net/licq-qt-gui/Makefile +++ b/net/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/licq-qt-gui/files/patch-acinclude.m4 b/net/licq-qt-gui/files/patch-acinclude.m4 new file mode 100644 index 0000000..bf62ccb --- /dev/null +++ b/net/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" -- cgit v1.1