diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-03 17:45:06 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-03 17:45:06 +0000 |
commit | 3a88073f1cd4246a6e162459e289dded101aaf2e (patch) | |
tree | fed09a2009dfdac4a4cc039a75cc7a10af1a31dc /graphics/digikam-kde4 | |
parent | 8864d164aa093fa4af99227e3b1a95c45a3eff1a (diff) | |
download | ports-3a88073f1cd4246a6e162459e289dded101aaf2e.tar.gz ports-3a88073f1cd4246a6e162459e289dded101aaf2e.zip |
Notes
Diffstat (limited to 'graphics/digikam-kde4')
-rw-r--r-- | graphics/digikam-kde4/files/patch-interfaces-plugin.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/digikam-kde4/files/patch-interfaces-plugin.cpp b/graphics/digikam-kde4/files/patch-interfaces-plugin.cpp new file mode 100644 index 000000000000..cf3223dcfd00 --- /dev/null +++ b/graphics/digikam-kde4/files/patch-interfaces-plugin.cpp @@ -0,0 +1,9 @@ +--- interfaces/plugin.cpp.orig Fri Sep 3 20:22:08 2004 ++++ interfaces/plugin.cpp Fri Sep 3 20:22:21 2004 +@@ -46,5 +46,5 @@ + + } + +-}; ++} + |