summaryrefslogtreecommitdiff
path: root/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-02-18 12:49:11 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-02-18 12:49:11 +0000
commit5335637bb7b743cdaaf9a9b3e28cb7506f92db9d (patch)
tree42e7213157670a044ea2f97a04c4f4eac5a03cd4 /graphics/digikamplugins/files/patch-mpegencoder-Makefile.in
parentUpdate to version 0.6. (diff)
Add digikamplugins, a collection of plugins for Digikam.
PR: ports/62929 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Diffstat (limited to 'graphics/digikamplugins/files/patch-mpegencoder-Makefile.in')
-rw-r--r--graphics/digikamplugins/files/patch-mpegencoder-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in b/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in
new file mode 100644
index 000000000000..75228da981e0
--- /dev/null
+++ b/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in
@@ -0,0 +1,11 @@
+--- mpegencoder/Makefile.in.orig Tue Feb 17 13:04:35 2004
++++ mpegencoder/Makefile.in Tue Feb 17 13:04:56 2004
+@@ -260,7 +260,7 @@
+
+
+ # Libs needed by the plugin
+-digikamplugin_mpegencoder_la_LIBADD = $(LIB_KPARTS) -ldigikam
++digikamplugin_mpegencoder_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam
+
+ # LD flags for the plugin
+ digikamplugin_mpegencoder_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)