diff options
Diffstat (limited to 'graphics/kipi-plugins-kde4/files/patch-imagesgallery-Makefile.in')
-rw-r--r-- | graphics/kipi-plugins-kde4/files/patch-imagesgallery-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/kipi-plugins-kde4/files/patch-imagesgallery-Makefile.in b/graphics/kipi-plugins-kde4/files/patch-imagesgallery-Makefile.in new file mode 100644 index 000000000000..77decfc713d4 --- /dev/null +++ b/graphics/kipi-plugins-kde4/files/patch-imagesgallery-Makefile.in @@ -0,0 +1,11 @@ +--- imagesgallery/Makefile.in.orig Tue Feb 17 13:02:14 2004 ++++ imagesgallery/Makefile.in Tue Feb 17 13:02:31 2004 +@@ -257,7 +257,7 @@ + digikamplugin_imagesgallery_la_SOURCES = plugin_imagesgallery.cpp imgallerydialog.cpp ImagesGallery.cpp + + # Libs needed by the plugin +-digikamplugin_imagesgallery_la_LIBADD = $(LIB_KPARTS) -ldigikam ++digikamplugin_imagesgallery_la_LIBADD = $(LIB_KPARTS) $(LIBPTHREAD) -ldigikam + + # LD flags for the plugin + digikamplugin_imagesgallery_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) |