[ekiga] [win32] Fix building of ptlib
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] [win32] Fix building of ptlib
- Date: Tue, 10 Aug 2010 18:49:34 +0000 (UTC)
commit e9c55275e8ca66050b7653dd29b0c9ceeb739f3f
Author: Thierry Simonnet <t simonnet esiee fr>
Date: Tue Aug 10 20:45:39 2010 +0200
[win32] Fix building of ptlib
win32/diff/ptlib_private.patch | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/win32/diff/ptlib_private.patch b/win32/diff/ptlib_private.patch
new file mode 100644
index 0000000..0f50246
--- /dev/null
+++ b/win32/diff/ptlib_private.patch
@@ -0,0 +1,14 @@
+# fix compilation error
+
+diff -ur ptlib.orig/include/ptlib/socket.h ptlib/include/ptlib/socket.h
+--- ptlib.orig/include/ptlib/socket.h 2010-06-02 15:03:16.909944344 +0200
++++ ptlib/include/ptlib/socket.h 2010-08-10 17:48:14.180864429 +0200
+@@ -491,7 +491,7 @@
+ SOCKET max_fd;
+ fd_set * set;
+
+- private:
++ public:
+ P_fd_set(const P_fd_set &) {}
+ void operator=(const P_fd_set &) {}
+ };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]