aboutsummaryrefslogtreecommitdiff
path: root/devel/cssc
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-30 10:03:54 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-30 10:03:54 +0000
commit4b74ec6f1c05e95bad7376fc89df90ac0ec748cd (patch)
tree724879d1d4e33c926de3ef136339a9263d65b76f /devel/cssc
parent13789c7d65b8cf5503bd8494fbb9a52a7cf6a9e5 (diff)
downloadports-4b74ec6f1c05e95bad7376fc89df90ac0ec748cd.tar.gz
ports-4b74ec6f1c05e95bad7376fc89df90ac0ec748cd.zip
devel/cssc: add <unistd.h>
Approved by: portmgr (bapt, implicit)
Notes
Notes: svn path=/head/; revision=332091
Diffstat (limited to 'devel/cssc')
-rw-r--r--devel/cssc/files/patch-unit-tests_googletest_include_gtest_internal_gtest-port.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/cssc/files/patch-unit-tests_googletest_include_gtest_internal_gtest-port.h b/devel/cssc/files/patch-unit-tests_googletest_include_gtest_internal_gtest-port.h
new file mode 100644
index 000000000000..fc3e9dee3481
--- /dev/null
+++ b/devel/cssc/files/patch-unit-tests_googletest_include_gtest_internal_gtest-port.h
@@ -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