Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 17:41:24 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337378 - head/textproc/soothsayer/files
Message-ID:  <201312241741.rBOHfO8B099541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312241741.rBOHfO8B099541>