FreeBSD Bugzilla – Attachment 186135 Details for
Bug 221890
textproc/xerces-c3: New upstream release 3.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
0009-editors-xmlcopyeditor-Patch-to-build-with-C-11.patch
0009-editors-xmlcopyeditor-Patch-to-build-with-C-11.patch (text/plain), 943 bytes, created by
Roger Leigh
on 2017-09-06 21:48:10 UTC
(
hide
)
Description:
0009-editors-xmlcopyeditor-Patch-to-build-with-C-11.patch
Filename:
MIME Type:
Creator:
Roger Leigh
Created:
2017-09-06 21:48:10 UTC
Size:
943 bytes
patch
obsolete
>From cd10600a2a5e3381289aa68030ba774e5e5fcfa3 Mon Sep 17 00:00:00 2001 >From: Roger Leigh <rleigh@codelibre.net> >Date: Mon, 4 Sep 2017 11:30:51 +0100 >Subject: [PATCH 09/13] editors/xmlcopyeditor: Patch to build with C++11 > >--- > editors/xmlcopyeditor/files/patch-src_myipc.cpp | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 editors/xmlcopyeditor/files/patch-src_myipc.cpp > >diff --git a/editors/xmlcopyeditor/files/patch-src_myipc.cpp b/editors/xmlcopyeditor/files/patch-src_myipc.cpp >new file mode 100644 >index 000000000000..455ed07d28ee >--- /dev/null >+++ b/editors/xmlcopyeditor/files/patch-src_myipc.cpp >@@ -0,0 +1,11 @@ >+--- src/myipc.cpp.orig 2017-09-04 09:59:48 UTC >++++ src/myipc.cpp >+@@ -46,7 +46,7 @@ wxConnectionBase *MyServer::OnAcceptConn >+ >+ MyServerConnection::MyServerConnection() >+ : wxConnection() >+- , mFrameWnd ( ( wxIntPtr ) NULL ) >++ , mFrameWnd (0) >+ { >+ server_connection = this; >+ } >-- >2.14.1 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221890
:
185962
|
186127
|
186128
|
186129
|
186130
|
186131
|
186132
|
186133
|
186134
|
186135
|
186136
|
186153