aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-01 19:28:10 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-01 19:28:10 +0000
commitb33c7f547a4a335747d102206e7cf54926e8570c (patch)
tree74118a68ccc31bd5f1ee898443b62a2c9b738e76 /math
parent02778701626c2c1a48f1b977a71bf4879d8dfeda (diff)
downloadports-b33c7f547a4a335747d102206e7cf54926e8570c.tar.gz
ports-b33c7f547a4a335747d102206e7cf54926e8570c.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h b/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h
new file mode 100644
index 000000000000..69cabda0c409
--- /dev/null
+++ b/math/carve/files/patch-external_gtest-1.5.0_include_gtest_internal_gtest-port.h
@@ -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