svn commit: r328984 - head/math/carve/files
John Marino
marino at FreeBSD.org
Tue Oct 1 19:28:11 UTC 2013
Author: marino
Date: Tue Oct 1 19:28:10 2013
New Revision: 328984
URL: http://svnweb.freebsd.org/changeset/ports/328984
Log:
math/carve: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit)
Added:
head/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h (contents, props changed)
Added: head/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h Tue Oct 1 19:28:10 2013 (r328984)
@@ -0,0 +1,10 @@
+--- external/gtest-1.5.0/include/gtest/internal/gtest-port.h.orig 2011-08-26 20:16:23.000000000 +0000
++++ external/gtest-1.5.0/include/gtest/internal/gtest-port.h
+@@ -176,6 +176,7 @@
+ #ifndef _WIN32_WCE
+ #include <sys/stat.h>
+ #endif // !_WIN32_WCE
++#include <unistd.h>
+
+ #include <iostream> // NOLINT
+ #include <sstream> // NOLINT
More information about the svn-ports-head
mailing list