aboutsummaryrefslogtreecommitdiff
path: root/textproc/soothsayer
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-12-24 17:41:24 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-12-24 17:41:24 +0000
commit7c826e1661f85b6aef2a11c441c56a2aa342eb29 (patch)
tree2ec314f9ecb5b93e56c160446eb6d2452cc0ee0c /textproc/soothsayer
parente8b1b89949966eac7f2cf823f59f0419879c31fb (diff)
downloadports-7c826e1661f85b6aef2a11c441c56a2aa342eb29.tar.gz
ports-7c826e1661f85b6aef2a11c441c56a2aa342eb29.zip
Notes
Diffstat (limited to 'textproc/soothsayer')
-rw-r--r--textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp11
-rw-r--r--textproc/soothsayer/files/patch-src__lib__core__utility.cpp10
2 files changed, 21 insertions, 0 deletions
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 <stdlib.h>
++#include <unistd.h>
++#include <sys/types.h>
+
+ /** 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 <cstdlib>
+
+
+ /** Convert string to lower case