Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 22:57:37 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339046 - head/textproc/ctpp2/files
Message-ID:  <201401072257.s07Mvbh0038539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan  7 22:57:37 2014
New Revision: 339046
URL: http://svnweb.freebsd.org/changeset/ports/339046

Log:
  Fix build with gcc47
  
  maintainer timeout
  
  PR:		ports/184575
  Submitted by:	Christoph Moench-Tegeder

Added:
  head/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp   (contents, props changed)

Added: head/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/ctpp2/files/patch-src-CTPP2FileSourceLoader.cpp	Tue Jan  7 22:57:37 2014	(r339046)
@@ -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?201401072257.s07Mvbh0038539>