Date: Wed, 9 Oct 2013 17:02:33 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329912 - head/textproc/stardict3/files Message-ID: <201310091702.r99H2XMt099628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Wed Oct 9 17:02:33 2013 New Revision: 329912 URL: http://svnweb.freebsd.org/changeset/ports/329912 Log: - One more patch to fix build on 10.x Submitted by: clutton at zoho.com Added: head/textproc/stardict3/files/patch-dict__src__lib__stddict.cpp (contents, props changed) Added: head/textproc/stardict3/files/patch-dict__src__lib__stddict.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/stardict3/files/patch-dict__src__lib__stddict.cpp Wed Oct 9 17:02:33 2013 (r329912) @@ -0,0 +1,10 @@ +--- ./dict/src/lib/stddict.cpp.orig 2012-02-17 08:58:47.000000000 +0000 ++++ ./dict/src/lib/stddict.cpp 2013-10-09 16:16:36.938640507 +0000 +@@ -32,6 +32,7 @@ + #include <glib.h> + #include <glib/gi18n.h> + #include <glib/gstdio.h> ++#include <stdlib.h> + #include <algorithm> + #include <memory> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310091702.r99H2XMt099628>