diff options
Diffstat (limited to 'audio/kdemultimedia3/patches/patch-cp')
-rw-r--r-- | audio/kdemultimedia3/patches/patch-cp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/kdemultimedia3/patches/patch-cp b/audio/kdemultimedia3/patches/patch-cp new file mode 100644 index 00000000000..4b4c5e1b129 --- /dev/null +++ b/audio/kdemultimedia3/patches/patch-cp @@ -0,0 +1,13 @@ +$NetBSD: patch-cp,v 1.1 2003/03/11 13:33:56 markd Exp $ + +--- noatun/modules/simple/Makefile.am.orig Thu Jun 6 22:42:13 2002 ++++ noatun/modules/simple/Makefile.am +@@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = noatunsimple.la + + noatunsimple_la_SOURCES = propertiesdialog.ui noatunui.cpp userinterface.cpp + noatunsimple_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +-noatunsimple_la_LIBADD = $(top_builddir)/noatun/library/libnoatun.la \ ++noatunsimple_la_LIBADD = $(top_builddir)/noatun/library/libnoatun_core.la \ + $(top_builddir)/noatun/library/libnoatuncontrols.la \ + -lkmedia2_idl -lsoundserver_idl -lartskde + |