freebsd-ports/graphics/digikamplugins/files/patch-mpegencoder-Makefile.in
Michael Nottebrock 5335637bb7 Add digikamplugins, a collection of plugins for Digikam.
PR: ports/62929
Submitted by:	Arjan van Leeuwen <avleeuwen@piwebs.com>
2004-02-18 12:49:11 +00:00

11 lines
412 B
Text

--- 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)