You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/09/04 07:26:56 UTC

[geode-native] branch develop updated: GEODE-3442: Fixes patch mismatch on Solaris.

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9dbf93d  GEODE-3442: Fixes patch mismatch on Solaris.
9dbf93d is described below

commit 9dbf93dfc05e7cd4a4b94c7f6a6010c368e07632
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Mon Sep 4 00:26:00 2017 -0700

    GEODE-3442: Fixes patch mismatch on Solaris.
---
 dependencies/ACE/patches | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies/ACE/patches b/dependencies/ACE/patches
index 7309784..d755bcd 100644
--- a/dependencies/ACE/patches
+++ b/dependencies/ACE/patches
@@ -4,7 +4,7 @@ diff -ru a/ace/config-lite.h b/ace/config-lite.h
 @@ -115,7 +115,8 @@
  // adapters, we can drop this generator macro or at least drop the
  // MSVC++ or Sun Studio preprocessor conditional blocks.
- #if defined (__SUNPRO_CC) && __SUNPRO_CC <= 0x5130 \
+ #if defined (__SUNPRO_CC) && __SUNPRO_CC <= 0x5140 \
 -      && !defined (_STLPORT_VERSION)
 +      && !defined (_STLPORT_VERSION) \
 +      && __cplusplus < 201103L

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].