summaryrefslogtreecommitdiff
path: root/audio/kdemultimedia3/patches/patch-bz
blob: d725cd438229ebbc17c9bc8e13f8d1f861dacc24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-bz,v 1.2 2003/01/02 09:12:23 skrll Exp $

--- noatun/modules/net/Makefile.in.orig	Sat Dec 28 14:04:00 2002
+++ noatun/modules/net/Makefile.in
@@ -294,7 +294,7 @@ kde_module_LTLIBRARIES = noatun_net.la
 noatun_net_la_SOURCES = net.cpp
 
 noatun_net_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatun_net_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la
+noatun_net_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la
 
 #>- noatun_net_la_METASOURCES = AUTO
 
@@ -307,7 +307,8 @@ CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 LTLIBRARIES = $(kde_module_LTLIBRARIES)
 
-noatun_net_la_DEPENDENCIES = $(top_builddir)/noatun/library/libnoatun.la
+noatun_net_la_DEPENDENCIES = \
+	$(top_builddir)/noatun/library/libnoatun_core.la
 am_noatun_net_la_OBJECTS = net.lo
 #>- noatun_net_la_OBJECTS = $(am_noatun_net_la_OBJECTS)
 #>+ 1
@@ -655,5 +656,5 @@ kde-rpo-clean:
 	-rm -f *.rpo
 
 #>+ 3
-net.o: net.moc 
 net.lo: net.moc 
+net.o: net.moc