Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2015 08:06:36 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398206 - head/deskutils/recoll/files
Message-ID:  <201509300806.t8U86axN071302@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Sep 30 08:06:35 2015
New Revision: 398206
URL: https://svnweb.freebsd.org/changeset/ports/398206

Log:
  Fix build on 10.1
  
  PR:		202843
  Submitted by:	tkato432 at yahoo.com
  Reported by:	amdmi3 (thanks!)

Added:
  head/deskutils/recoll/files/
  head/deskutils/recoll/files/patch-utils_fileudi.cpp   (contents, props changed)

Added: head/deskutils/recoll/files/patch-utils_fileudi.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/recoll/files/patch-utils_fileudi.cpp	Wed Sep 30 08:06:35 2015	(r398206)
@@ -0,0 +1,10 @@
+--- utils/fileudi.cpp.orig	2014-07-07 16:10:11 UTC
++++ utils/fileudi.cpp
+@@ -18,6 +18,7 @@
+ 
+ #include <stdio.h>
+ #include <cstdlib>
++#include <sys/types.h>
+ 
+ #include "fileudi.h"
+ #include "md5.h"



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