svn commit: r328986 - head/graphics/simpleviewer/files

John Marino marino at FreeBSD.org
Tue Oct 1 19:35:01 UTC 2013


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) {


More information about the svn-ports-head mailing list