summaryrefslogtreecommitdiff
path: root/audio/kdemultimedia3/patches/patch-bx
blob: ff40210cba3cbb855ecc23905ed85298245a95e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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