diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-09-04 12:25:05 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-09-04 12:25:05 +0000 |
commit | 1b7e47de7104d8cc62ea609102743485b86c717b (patch) | |
tree | d893e070696a87e5031ec68b8911fb59c7b4c156 /graphics/digikamplugins/files/patch-imagesgallery-plugin_imagesgallery.cpp | |
parent | Make sure this patch applies correctly when PATCH_STRIP=-p1, as is the (diff) |
Fix build with gcc 3.4
Submitted by: Andy Fawcett <andy@athame.co.uk>
Approved by: portmgr (will)
Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=118109
Diffstat (limited to 'graphics/digikamplugins/files/patch-imagesgallery-plugin_imagesgallery.cpp')
-rw-r--r-- | graphics/digikamplugins/files/patch-imagesgallery-plugin_imagesgallery.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/digikamplugins/files/patch-imagesgallery-plugin_imagesgallery.cpp b/graphics/digikamplugins/files/patch-imagesgallery-plugin_imagesgallery.cpp new file mode 100644 index 000000000000..503e68e3aa28 --- /dev/null +++ b/graphics/digikamplugins/files/patch-imagesgallery-plugin_imagesgallery.cpp @@ -0,0 +1,11 @@ +--- ./imagesgallery/plugin_imagesgallery.cpp.orig Sat Sep 4 11:37:02 2004 ++++ ./imagesgallery/plugin_imagesgallery.cpp Sat Sep 4 11:37:08 2004 +@@ -32,7 +32,7 @@ + + + K_EXPORT_COMPONENT_FACTORY( digikamplugin_imagesgallery, +- KGenericFactory<Plugin_Imagesgallery>("digikam")); ++ KGenericFactory<Plugin_Imagesgallery>("digikam")) + + // ----------------------------------------------------------- + Plugin_Imagesgallery::Plugin_Imagesgallery(QObject *parent, const char*, const QStringList&) |