pkgsrc/audio/kdemultimedia3/patches/patch-bx
skrll 42861251c2 Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 or
1.0.5.1 accordingly.

Fixes and changes are:

Multiple vulnerabilities.

kdelibs
	KHTML : Fixed several crashes and misrenderings.
	rlogin.protocol: fixed command execution in specially crafted
	urls.

kdebase
	KAddressbook: Don't squeeze columns on startup/properly restore
	column width settings.

kdenetwork
	lisa, reslisa: Fixed several security vulnerabilities.

kdesdk
	Cervisia: Show long lines in diff view always completely.
2003-01-02 09:12:19 +00:00

22 lines
906 B
Text

$NetBSD: patch-bx,v 1.2 2003/01/02 09:12:22 skrll Exp $
--- noatun/modules/monoscope/Makefile.in.orig Sat Dec 28 14:04:00 2002
+++ noatun/modules/monoscope/Makefile.in
@@ -295,7 +295,7 @@ noatun_monoscope_la_SOURCES = monoscope.
#prefs.cpp
noatun_monoscope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_monoscope_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la -lm
+noatun_monoscope_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la -lm
#>- noatun_monoscope_la_METASOURCES = AUTO
@@ -310,7 +310,7 @@ CONFIG_CLEAN_FILES =
LTLIBRARIES = $(kde_module_LTLIBRARIES)
noatun_monoscope_la_DEPENDENCIES = \
- $(top_builddir)/noatun/library/libnoatun.la
+ $(top_builddir)/noatun/library/libnoatun_core.la
am_noatun_monoscope_la_OBJECTS = monoscope.lo
#>- noatun_monoscope_la_OBJECTS = $(am_noatun_monoscope_la_OBJECTS)
#>+ 1