svn commit: r328877 - head/devel/googletest/files

John Marino marino at FreeBSD.org
Mon Sep 30 21:37:17 UTC 2013


Author: marino
Date: Mon Sep 30 21:37:16 2013
New Revision: 328877
URL: http://svnweb.freebsd.org/changeset/ports/328877

Log:
  devel/googletest: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/devel/googletest/files/
  head/devel/googletest/files/patch-include_gtest_internal_gtest-port.h   (contents, props changed)

Added: head/devel/googletest/files/patch-include_gtest_internal_gtest-port.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/googletest/files/patch-include_gtest_internal_gtest-port.h	Mon Sep 30 21:37:16 2013	(r328877)
@@ -0,0 +1,10 @@
+--- include/gtest/internal/gtest-port.h.orig	2010-04-15 22:02:02.000000000 +0000
++++ 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-all mailing list