5bf50d928d
K3b was created to be a feature-rich and easy to handle CD burning application. It can do many things, such as creating or copying audio, data, video or mixed-mode CDs, CD ripping, and DVD ripping, burning and blanking. ok ian@
13 lines
899 B
Plaintext
13 lines
899 B
Plaintext
$OpenBSD: patch-plugins_decoder_flac_Makefile_in,v 1.1.1.1 2008/05/11 22:18:35 jakemsr Exp $
|
|
--- plugins/decoder/flac/Makefile.in.orig Fri Jan 18 19:10:57 2008
|
|
+++ plugins/decoder/flac/Makefile.in Fri Jan 18 19:11:15 2008
|
|
@@ -372,7 +372,7 @@ xdg_menudir = @xdg_menudir@
|
|
AM_CPPFLAGS = -I$(srcdir)/../../../libk3b/plugin -I$(srcdir)/../../../libk3bdevice -I$(srcdir)/../../../libk3b/core $(taglib_includes) $(all_includes)
|
|
kde_module_LTLIBRARIES = libk3bflacdecoder.la
|
|
libk3bflacdecoder_la_SOURCES = k3bflacdecoder.cpp
|
|
-libk3bflacdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lFLAC++ -lFLAC $(taglib_libs)
|
|
+libk3bflacdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lFLAC++ -lFLAC -logg -lm $(taglib_libs)
|
|
libk3bflacdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
|
|
pluginsdir = $(kde_datadir)/k3b/plugins
|
|
plugins_DATA = k3bflacdecoder.plugin
|