Changes between Initial Version and Version 10 of Ticket #23708


Ignore:
Timestamp:
Mar 24, 2016, 4:01:05 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23708

    • Property Status changed from new to closed
    • Property Cc michaelld@… koverholt@… mark.minnoye@… alan.zapolsky@… added
    • Property Resolution changed from to fixed
    • Property Owner changed from macports-tickets@… to macsforever2000@…
    • Property Keywords haspatch added
    • Property Type changed from enhancement to defect
    • Property Port wxgtk added
  • Ticket #23708 – Description

    initial v10  
    1 i use macport 1.8.2 and i failed to build wxgtk.it seems wxgtk need this patch.[[BR]]
     1i use macport 1.8.2 and i failed to build wxgtk.it seems wxgtk need this patch.
    22
    3 --- src/gtk/gsockgtk.cpp.orig   2010-02-14 18:31:48.000000000 +0900[[BR]]
    4 +++ src/gtk/gsockgtk.cpp        2010-02-14 18:33:07.000000000 +0900[[BR]]
    5 @@ -14,10 +14,10 @@[[BR]]
    6  #include <assert.h>[[BR]]
    7  #include <stdlib.h>[[BR]]
    8  #include <stdio.h>[[BR]]
    9 -[[BR]]
    10 +#define GSocket GlibGSocket[[BR]]
    11  #include <gdk/gdk.h>[[BR]]
    12  #include <glib.h>[[BR]]
    13 -[[BR]]
    14 +#undef GSocket[[BR]]
    15  #include "wx/gsocket.h"[[BR]]
    16  #include "wx/unix/gsockunx.h"[[BR]]
     3{{{
     4--- src/gtk/gsockgtk.cpp.orig   2010-02-14 18:31:48.000000000 +0900
     5+++ src/gtk/gsockgtk.cpp        2010-02-14 18:33:07.000000000 +0900
     6@@ -14,10 +14,10 @@
     7 #include <assert.h>
     8 #include <stdlib.h>
     9 #include <stdio.h>
     10-
     11+#define GSocket GlibGSocket
     12 #include <gdk/gdk.h>
     13 #include <glib.h>
     14-
     15+#undef GSocket
     16 #include "wx/gsocket.h"
     17 #include "wx/unix/gsockunx.h"
     18}}}