svn commit: r337378 - head/textproc/soothsayer/files

Raphael Kubo da Costa rakuco at FreeBSD.org
Tue Dec 24 17:41:25 UTC 2013


Author: rakuco
Date: Tue Dec 24 17:41:24 2013
New Revision: 337378
URL: http://svnweb.freebsd.org/changeset/ports/337378

Log:
  Fix the build with clang.

Added:
  head/textproc/soothsayer/files/
  head/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp   (contents, props changed)
  head/textproc/soothsayer/files/patch-src__lib__core__utility.cpp   (contents, props changed)

Added: head/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/soothsayer/files/patch-src__lib__core__profileManager.cpp	Tue Dec 24 17:41:24 2013	(r337378)
@@ -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.
+  *

Added: head/textproc/soothsayer/files/patch-src__lib__core__utility.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/soothsayer/files/patch-src__lib__core__utility.cpp	Tue Dec 24 17:41:24 2013	(r337378)
@@ -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


More information about the svn-ports-head mailing list