summaryrefslogtreecommitdiff
path: root/multimedia/kdemultimedia3/patches/patch-cb
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-01-26 15:41:43 +0000
committerjmmv <jmmv>2004-01-26 15:41:43 +0000
commitefe422287c18e0c4d9e47f39da6dd8ca0ed5e39e (patch)
treea0fd92c66c5257886fac03d81b95487efc972d49 /multimedia/kdemultimedia3/patches/patch-cb
parent7725bf241b4a256a765a1be1bb7762c565f9147b (diff)
downloadpkgsrc-efe422287c18e0c4d9e47f39da6dd8ca0ed5e39e.tar.gz
Move kdemultimedia3 to the multimedia category (coming from audio).
This is version 3.1.5nb2.
Diffstat (limited to 'multimedia/kdemultimedia3/patches/patch-cb')
-rw-r--r--multimedia/kdemultimedia3/patches/patch-cb23
1 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/kdemultimedia3/patches/patch-cb b/multimedia/kdemultimedia3/patches/patch-cb
new file mode 100644
index 00000000000..a42a5e94bf3
--- /dev/null
+++ b/multimedia/kdemultimedia3/patches/patch-cb
@@ -0,0 +1,23 @@
+$NetBSD: patch-cb,v 1.1.1.1 2004/01/26 15:42:40 jmmv Exp $
+
+--- noatun/modules/noatunui/Makefile.in.orig Sat Dec 28 14:04:00 2002
++++ noatun/modules/noatunui/Makefile.in
+@@ -294,7 +294,7 @@ kde_module_LTLIBRARIES = noatun_ui.la
+ noatun_ui_la_SOURCES = noatunui.cpp userinterface.cpp
+
+ noatun_ui_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
+-noatun_ui_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun.la \
++noatun_ui_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/library/libnoatun_core.la \
+ $(top_builddir)/noatun/library/libnoatuncontrols.la \
+ -lqtmcop -lkmedia2_idl -lsoundserver_idl
+
+@@ -310,7 +310,8 @@ CONFIG_HEADER = $(top_builddir)/config.h
+ CONFIG_CLEAN_FILES =
+ LTLIBRARIES = $(kde_module_LTLIBRARIES)
+
+-noatun_ui_la_DEPENDENCIES = $(top_builddir)/noatun/library/libnoatun.la \
++noatun_ui_la_DEPENDENCIES = \
++ $(top_builddir)/noatun/library/libnoatun_core.la \
+ $(top_builddir)/noatun/library/libnoatuncontrols.la
+ am_noatun_ui_la_OBJECTS = noatunui.lo userinterface.lo
+ #>- noatun_ui_la_OBJECTS = $(am_noatun_ui_la_OBJECTS)