diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-02-15 01:46:27 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-02-15 01:46:27 +0000 |
commit | b754d93edd49a45a1931897dadb4b6cedb170743 (patch) | |
tree | c375ab4c7d5239145c070a202ba74c25c96b247f /net/licq/files/patch-ac | |
parent | fix goof with build - my fault (diff) |
Update to Licq version 0.75.3a, done by Alexander N. Kabaev :)
This version is basically a completely new program (modules, etc),
and it fixes every issue I'd ever had with Licq (for instance).
You'll find tons of new features here.
Submitted by: Alexander N. Kabaev <kabaev@mail.ru>
Notes
Notes:
svn path=/head/; revision=25841
Diffstat (limited to 'net/licq/files/patch-ac')
-rw-r--r-- | net/licq/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/licq/files/patch-ac b/net/licq/files/patch-ac new file mode 100644 index 000000000000..ceb848b1776d --- /dev/null +++ b/net/licq/files/patch-ac @@ -0,0 +1,11 @@ +--- plugins/qt-gui/src/Makefile.in.orig Tue Feb 8 16:12:30 2000 ++++ plugins/qt-gui/src/Makefile.in Tue Feb 8 16:12:51 2000 +@@ -120,7 +120,7 @@ + + licq_qt_gui_la_LDFLAGS = $(X_LIBS) $(QT_LDFLAGS) $(KDE_LDFLAGS) -s -module -avoid-version -rpath $(libdir) + +-licq_qt_gui_la_LIBADD = $(KDE_LIBS) -lqt $(X_PRE_LIBS) -lX11 -lXext $(XSS_LIBS) $(X_EXTRA_LIBS) $(KDE_LIBS) ++licq_qt_gui_la_LIBADD = $(KDE_LIBS) -lqt2 $(X_PRE_LIBS) -lX11 -lXext $(XSS_LIBS) $(X_EXTRA_LIBS) $(KDE_LIBS) + + + #>- METASOURCES = AUTO |