diff options
Diffstat (limited to 'graphics/digikamplugins/files/patch-mpegencoder-Makefile.in')
-rw-r--r-- | graphics/digikamplugins/files/patch-mpegencoder-Makefile.in | 11 |
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) |