From 3ef8f2c31023fd832d4a7ea32cf9ab0c59a2b826 Mon Sep 17 00:00:00 2001 From: rakuco Date: Tue, 24 Dec 2013 17:41:24 +0000 Subject: Fix the build with clang. --- .../soothsayer/files/patch-src__lib__core__profileManager.cpp | 11 +++++++++++ textproc/soothsayer/files/patch-src__lib__core__utility.cpp | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp create mode 100644 textproc/soothsayer/files/patch-src__lib__core__utility.cpp (limited to 'textproc/soothsayer') diff --git a/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp b/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp new file mode 100644 index 000000000000..ef705eb67b5b --- /dev/null +++ b/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp @@ -0,0 +1,11 @@ +--- src/lib/core/profileManager.cpp.orig 2013-12-24 19:38:41.000000000 +0200 ++++ src/lib/core/profileManager.cpp 2013-12-24 19:39:06.000000000 +0200 +@@ -31,6 +31,8 @@ + #endif + + #include ++#include ++#include + + /** Constructor. + * diff --git a/textproc/soothsayer/files/patch-src__lib__core__utility.cpp b/textproc/soothsayer/files/patch-src__lib__core__utility.cpp new file mode 100644 index 000000000000..32d1834826a3 --- /dev/null +++ b/textproc/soothsayer/files/patch-src__lib__core__utility.cpp @@ -0,0 +1,10 @@ +--- ./src/lib/core/utility.cpp.orig 2013-12-24 19:36:58.000000000 +0200 ++++ ./src/lib/core/utility.cpp 2013-12-24 19:37:26.000000000 +0200 +@@ -22,6 +22,7 @@ + **********(*)*/ + + #include "utility.h" ++#include + + + /** Convert string to lower case -- cgit