mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
b754d93edd
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>
12 lines
507 B
Plaintext
12 lines
507 B
Plaintext
--- 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
|