Date: Tue, 7 Jan 2014 23:25:12 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r339053 - branches/2014Q1/textproc/ctpp2/files Message-ID: <201401072325.s07NPCej053309@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Jan 7 23:25:12 2014 New Revision: 339053 URL: http://svnweb.freebsd.org/changeset/ports/339053 Log: MFH: r339046 Fix build with gcc47 maintainer timeout PR: ports/184575 Submitted by: Christoph Moench-Tegeder Approved by: portmgr (implicit) Added: branches/2014Q1/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp - copied unchanged from r339046, head/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp Modified: Directory Properties: branches/2014Q1/ (props changed) Copied: branches/2014Q1/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp (from r339046, head/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q1/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp Tue Jan 7 23:25:12 2014 (r339053, copy of r339046, head/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp) @@ -0,0 +1,10 @@ +--- src/CTPP2FileSourceLoader.cpp.orig 2013-11-16 14:26:59.000000000 +0100 ++++ src/CTPP2FileSourceLoader.cpp 2013-11-16 14:27:17.000000000 +0100 +@@ -38,6 +38,7 @@ + #include <errno.h> + #include <stdio.h> + #include <stdlib.h> ++#include <unistd.h> + + #ifdef WIN32 + #include <direct.h> /* getcwd */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401072325.s07NPCej053309>