FreeBSD Bugzilla – Attachment 183255 Details for
Bug 219813
x11-toolkits/wxgtk30: Fails to build with GCC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to allow ports built with gcc to warn about C++ ABI instead of fatal error
patch-src-common-appbase.cpp (text/x-c++src), 558 bytes, created by
Jack
on 2017-06-06 05:04:31 UTC
(
hide
)
Description:
Patch to allow ports built with gcc to warn about C++ ABI instead of fatal error
Filename:
MIME Type:
Creator:
Jack
Created:
2017-06-06 05:04:31 UTC
Size:
558 bytes
patch
obsolete
>--- src/common/appbase.cpp.orig 2014-10-06 14:33:44.000000000 -0700 >+++ src/common/appbase.cpp 2017-06-05 21:16:18.988544000 -0700 >@@ -762,10 +762,10 @@ > msg.Printf(wxT("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."), > lib.c_str(), progName.c_str(), prog.c_str()); > >- wxLogFatalError(msg.c_str()); >+ wxLogWarning(msg.c_str()); > > // normally wxLogFatalError doesn't return >- return false; >+ //return false; > } > > return true;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 219813
: 183255