svn commit: r328981 - head/multimedia/oggvideotools/files
John Marino
marino at FreeBSD.org
Tue Oct 1 18:38:18 UTC 2013
Author: marino
Date: Tue Oct 1 18:38:17 2013
New Revision: 328981
URL: http://svnweb.freebsd.org/changeset/ports/328981
Log:
multimedia/oggvideotools: add <unistd.h> for modern compilers
Added:
head/multimedia/oggvideotools/files/
head/multimedia/oggvideotools/files/patch-src_fileRepository.h (contents, props changed)
Added: head/multimedia/oggvideotools/files/patch-src_fileRepository.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/oggvideotools/files/patch-src_fileRepository.h Tue Oct 1 18:38:17 2013 (r328981)
@@ -0,0 +1,10 @@
+--- src/fileRepository.h.orig 2010-05-30 19:11:10.000000000 +0000
++++ src/fileRepository.h
+@@ -23,6 +23,7 @@
+ #define FILEREPOSITORY_H_
+
+ #include <stdio.h>
++#include <unistd.h>
+
+ #include "definition.h"
+ #include "mediaRepository.h"
More information about the svn-ports-head
mailing list