diff options
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/files/wxGTK-2.8.x-gxx_abi.patch | 2 | ||||
-rw-r--r-- | x11-libs/wxGTK/files/wxGTK-3.0.x-gxx-abi.patch | 2 |
2 files changed, 2 insertions, 2 deletions
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 |