svn commit: r332091 - head/devel/cssc/files
John Marino
marino at FreeBSD.org
Wed Oct 30 10:03:55 UTC 2013
Author: marino
Date: Wed Oct 30 10:03:54 2013
New Revision: 332091
URL: http://svnweb.freebsd.org/changeset/ports/332091
Log:
devel/cssc: add <unistd.h>
Approved by: portmgr (bapt, implicit)
Added:
head/devel/cssc/files/patch-unit-tests_googletest_include_gtest_internal_gtest-port.h (contents, props changed)
Added: head/devel/cssc/files/patch-unit-tests_googletest_include_gtest_internal_gtest-port.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/cssc/files/patch-unit-tests_googletest_include_gtest_internal_gtest-port.h Wed Oct 30 10:03:54 2013 (r332091)
@@ -0,0 +1,10 @@
+--- unit-tests/googletest/include/gtest/internal/gtest-port.h.orig 2010-05-15 22:30:14.000000000 +0000
++++ unit-tests/googletest/include/gtest/internal/gtest-port.h
+@@ -173,6 +173,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <unistd.h>
+ #ifndef _WIN32_WCE
+ #include <sys/stat.h>
+ #endif // !_WIN32_WCE
More information about the svn-ports-head
mailing list