svn commit: r332958 - head/devel/cssc/files

John Marino marino at FreeBSD.org
Wed Nov 6 09:12:50 UTC 2013


Author: marino
Date: Wed Nov  6 09:12:49 2013
New Revision: 332958
URL: http://svnweb.freebsd.org/changeset/ports/332958

Log:
  devel/cssc: Unbreak on DragonFly caused by r332099 and r332192

Modified:
  head/devel/cssc/files/patch-unit-tests__googletest__include__gtest__internal__gtest-port.h

Modified: head/devel/cssc/files/patch-unit-tests__googletest__include__gtest__internal__gtest-port.h
==============================================================================
--- head/devel/cssc/files/patch-unit-tests__googletest__include__gtest__internal__gtest-port.h	Wed Nov  6 08:54:17 2013	(r332957)
+++ head/devel/cssc/files/patch-unit-tests__googletest__include__gtest__internal__gtest-port.h	Wed Nov  6 09:12:49 2013	(r332958)
@@ -1,5 +1,5 @@
---- ./unit-tests/googletest/include/gtest/internal/gtest-port.h.orig	2010-05-15 18:30:14.000000000 -0400
-+++ ./unit-tests/googletest/include/gtest/internal/gtest-port.h	2013-10-29 12:25:07.000000000 -0400
+--- 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
 @@ -80,6 +80,7 @@
  // the given platform; otherwise undefined):
  //   GTEST_OS_AIX      - IBM AIX
@@ -12,7 +12,7 @@
  #define GTEST_OS_SOLARIS 1
  #elif defined(_AIX)
  #define GTEST_OS_AIX 1
-+#elif defined(__FreeBSD__)
++#elif defined(__FreeBSD__) || defined(__DragonFly__)
 +#define GTEST_OS_FREEBSD 1
 +#define GTEST_USE_OWN_TR1_TUPLE 1
  #endif  // __CYGWIN__


More information about the svn-ports-all mailing list