From 9db9e1d7909f1ab77f5d797545fa97881ed66caf Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 13 Nov 2017 06:44:29 +0300 Subject: wxGTK: relax cxx abi check //this may cause problems... --- x11-libs/wxGTK/files/wxGTK-2.8.x-gxx_abi.patch | 2 +- x11-libs/wxGTK/files/wxGTK-3.0.x-gxx-abi.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/wxGTK/files/wxGTK-2.8.x-gxx_abi.patch b/x11-libs/wxGTK/files/wxGTK-2.8.x-gxx_abi.patch index 591dc18..969371f 100644 --- a/x11-libs/wxGTK/files/wxGTK-2.8.x-gxx_abi.patch +++ b/x11-libs/wxGTK/files/wxGTK-2.8.x-gxx_abi.patch @@ -5,7 +5,7 @@ diff -Naur wxPython-src-2.8.12.1/include/wx/build.h wxPython-src-2.8.12.1_patche // GCC and Intel C++ share same C++ ABI (and possibly others in the future), // check if compiler versions are compatible: #if defined(__GXX_ABI_VERSION) -+ #if ((__GXX_ABI_VERSION >= 1002) && (__GXX_ABI_VERSION <=1008)) ++ #if ((__GXX_ABI_VERSION >= 1002) && (__GXX_ABI_VERSION <=1011)) + #define wxGXX_EFFECTIVE_ABI_VERSION 1002 + #else + #define wxGXX_EFFECTIVE_ABI_VERSION __GXX_ABI_VERSION diff --git a/x11-libs/wxGTK/files/wxGTK-3.0.x-gxx-abi.patch b/x11-libs/wxGTK/files/wxGTK-3.0.x-gxx-abi.patch index a4eda43..0885356 100644 --- a/x11-libs/wxGTK/files/wxGTK-3.0.x-gxx-abi.patch +++ b/x11-libs/wxGTK/files/wxGTK-3.0.x-gxx-abi.patch @@ -5,7 +5,7 @@ diff -Naur wxPython-src-3.0.2.0/include/wx/build.h wxPython-src-3.0.2.0_patched/ // GCC and Intel C++ share same C++ ABI (and possibly others in the future), // check if compiler versions are compatible: #if defined(__GXX_ABI_VERSION) -+ #if ((__GXX_ABI_VERSION >= 1002) && (__GXX_ABI_VERSION <=1008)) ++ #if ((__GXX_ABI_VERSION >= 1002) && (__GXX_ABI_VERSION <=1011)) + #define wxGXX_EFFECTIVE_ABI_VERSION 1002 + #else + #define wxGXX_EFFECTIVE_ABI_VERSION __GXX_ABI_VERSION -- cgit v1.2.3