Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 19:35:01 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328986 - head/graphics/simpleviewer/files
Message-ID:  <201310011935.r91JZ1SY058321@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Oct  1 19:35:00 2013
New Revision: 328986
URL: http://svnweb.freebsd.org/changeset/ports/328986

Log:
  graphics/simpleviewer: add <unistd.h> for modern compilers

Added:
  head/graphics/simpleviewer/files/patch-src_fileslist.cpp   (contents, props changed)

Added: head/graphics/simpleviewer/files/patch-src_fileslist.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/simpleviewer/files/patch-src_fileslist.cpp	Tue Oct  1 19:35:00 2013	(r328986)
@@ -0,0 +1,10 @@
+--- src/fileslist.cpp.orig	2010-05-13 07:15:11.000000000 +0000
++++ src/fileslist.cpp
+@@ -8,6 +8,7 @@
+ #include "fileslist.h"
+ #include <iostream>
+ #include <dirent.h>
++#include <unistd.h>
+ 
+ CFilesList::CFilesList(const char* file, bool recursive) : m_listCreated(false), m_recursive(recursive), m_position(0), m_removeCurrent(false) {
+ 	if(file != 0) {



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