diff options
Diffstat (limited to 'graphics/digikam/files/patch-externc')
-rw-r--r-- | graphics/digikam/files/patch-externc | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/graphics/digikam/files/patch-externc b/graphics/digikam/files/patch-externc index bc364216b82b..bd3b9b311c7c 100644 --- a/graphics/digikam/files/patch-externc +++ b/graphics/digikam/files/patch-externc @@ -1,11 +1,11 @@ ---- digikam/digikam/digikamfirstrun.cpp.orig Wed Jan 5 10:40:08 2005 -+++ digikam/digikam/digikamfirstrun.cpp Wed Jan 5 10:40:39 2005 -@@ -20,15 +20,6 @@ - * +--- digikam/digikam/digikamfirstrun.cpp.orig Sun Sep 4 17:47:15 2005 ++++ digikam/digikam/digikamfirstrun.cpp Sun Sep 4 17:48:44 2005 +@@ -19,15 +19,6 @@ + * * ============================================================ */ -// C Ansi includes. -- +- -extern "C" -{ -#include <sys/types.h> @@ -14,14 +14,15 @@ -} - // C++ Includes. - + #include <iostream> -@@ -65,6 +56,15 @@ +@@ -64,6 +55,16 @@ #include "firstrunUI.h" #include <iostream> ++ +// C Ansi includes. -+ ++ +extern "C" +{ +#include <sys/types.h> @@ -32,9 +33,9 @@ using namespace std; DigikamFirstRun::DigikamFirstRun( KConfig* config, ---- digikam/utilities/imageeditor/imlibinterface.cpp.orig Wed Jan 5 10:45:12 2005 -+++ digikam/utilities/imageeditor/imlibinterface.cpp Wed Jan 5 10:45:29 2005 -@@ -22,13 +22,6 @@ +--- digikam/utilities/imageeditor/imlibinterface.cpp.orig Sun Sep 4 17:49:22 2005 ++++ digikam/utilities/imageeditor/imlibinterface.cpp Sun Sep 4 17:50:00 2005 +@@ -21,13 +21,6 @@ #define PI 3.14159265 @@ -49,16 +50,16 @@ #include <cmath> @@ -59,6 +52,13 @@ - #include "albumsettings.h" + #include "undomanager.h" + #include "undoaction.h" #include "imlibinterface.h" - ++ +// Lib Tiff includes. + -+extern "C" ++extern "C" +{ +#include <tiffio.h> +} -+ + namespace Digikam { - |