pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/digikam Reorder includes to fix build after l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6cb35e354f8
branches:  trunk
changeset: 542112:d6cb35e354f8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 02 10:22:45 2008 +0000

description:
Reorder includes to fix build after libgphoto2 update to 2.4.1.

diffstat:

 graphics/digikam/distinfo         |   3 ++-
 graphics/digikam/patches/patch-aa |  32 ++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 1 deletions(-)

diffs (47 lines):

diff -r 40904f80ed4e -r d6cb35e354f8 graphics/digikam/distinfo
--- a/graphics/digikam/distinfo Fri May 02 09:38:32 2008 +0000
+++ b/graphics/digikam/distinfo Fri May 02 10:22:45 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.21 2008/01/14 23:19:52 wiz Exp $
+$NetBSD: distinfo,v 1.22 2008/05/02 10:22:45 wiz Exp $
 
 SHA1 (digikam-0.9.3.tar.bz2) = 5cea651e498ff8adffeb72cdf59a3364c9aac0cc
 RMD160 (digikam-0.9.3.tar.bz2) = 006d535aa56f174de0153e07f66d4aea62fea89d
 Size (digikam-0.9.3.tar.bz2) = 10911417 bytes
+SHA1 (patch-aa) = 1820d0ec9e1523b0253e7a70d398911fb34bdbcc
diff -r 40904f80ed4e -r d6cb35e354f8 graphics/digikam/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/digikam/patches/patch-aa Fri May 02 10:22:45 2008 +0000
@@ -0,0 +1,32 @@
+$NetBSD: patch-aa,v 1.9 2008/05/02 10:22:45 wiz Exp $
+
+--- digikam/utilities/cameragui/gpcamera.cpp.orig      2007-12-22 17:19:47.000000000 +0000
++++ digikam/utilities/cameragui/gpcamera.cpp
+@@ -22,13 +22,6 @@
+  * 
+  * ============================================================ */
+ 
+-// C Ansi includes.
+-
+-extern "C"
+-{
+-#include <gphoto2.h>
+-}
+-
+ // C++ includes.
+ 
+ #include <cstdio>
+@@ -47,6 +40,13 @@ extern "C"
+ 
+ #include <klocale.h>
+ 
++// C Ansi includes.
++
++extern "C"
++{
++#include <gphoto2.h>
++}
++
+ // Local includes.
+ 
+ #include "ddebug.h"



Home | Main Index | Thread Index | Old Index