diff options
Diffstat (limited to 'redhat/kdetoys/kdetoys-3.5.13-missing_ldflags.patch')
-rw-r--r-- | redhat/kdetoys/kdetoys-3.5.13-missing_ldflags.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/kdetoys/kdetoys-3.5.13-missing_ldflags.patch b/redhat/kdetoys/kdetoys-3.5.13-missing_ldflags.patch index fa659992b..ef7e8b966 100644 --- a/redhat/kdetoys/kdetoys-3.5.13-missing_ldflags.patch +++ b/redhat/kdetoys/kdetoys-3.5.13-missing_ldflags.patch @@ -5,7 +5,7 @@ weatherbutton.cpp weather_panelapplet_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries) -weather_panelapplet_la_LIBADD = $(LIB_KHTML) -+weather_panelapplet_la_LIBADD = $(LIB_KHTML) -lqt-mt -lDCOP ++weather_panelapplet_la_LIBADD = $(LIB_KHTML) $(LIB_QT) -lDCOP + appletdir = $(kde_datadir)/kicker/applets @@ -15,7 +15,7 @@ kweatherreport_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -kweatherreport_la_LIBADD = $(LIB_KHTML) reportview.lo -+kweatherreport_la_LIBADD = $(LIB_KHTML) reportview.lo -lqt-mt -lDCOP -lkdecore -lkdeui ++kweatherreport_la_LIBADD = $(LIB_KHTML) reportview.lo $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lDCOP kweatherreport_la_SOURCES = reportmain.cpp weatherservice.stub KDE_ICON = kweather |