svn commit: r339046 - head/textproc/ctpp2/files

Mathieu Arnold mat at FreeBSD.org
Tue Jan 7 22:57:38 UTC 2014


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 */


More information about the svn-ports-all mailing list