[MacPorts] #23708: wxgtk patch enhancement
MacPorts
noreply at macports.org
Sun Feb 14 01:39:24 PST 2010
#23708: wxgtk patch enhancement
-------------------------------+--------------------------------------------
Reporter: dikshie@… | Owner: macports-tickets@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port:
-------------------------------+--------------------------------------------
i use macport 1.8.2 and i failed to build wxgtk.it seems wxgtk need this
patch.[[BR]]
--- src/gtk/gsockgtk.cpp.orig 2010-02-14 18:31:48.000000000 +0900[[BR]]
+++ src/gtk/gsockgtk.cpp 2010-02-14 18:33:07.000000000 +0900[[BR]]
@@ -14,10 +14,10 @@[[BR]]
#include <assert.h>[[BR]]
#include <stdlib.h>[[BR]]
#include <stdio.h>[[BR]]
-[[BR]]
+#define GSocket GlibGSocket[[BR]]
#include <gdk/gdk.h>[[BR]]
#include <glib.h>[[BR]]
-[[BR]]
+#undef GSocket[[BR]]
#include "wx/gsocket.h"[[BR]]
#include "wx/unix/gsockunx.h"[[BR]]
--
Ticket URL: <http://trac.macports.org/ticket/23708>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list