summaryrefslogtreecommitdiff
path: root/net/ekiga/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'net/ekiga/files/patch-ah')
-rw-r--r--net/ekiga/files/patch-ah14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ekiga/files/patch-ah b/net/ekiga/files/patch-ah
new file mode 100644
index 000000000000..17ded12bf208
--- /dev/null
+++ b/net/ekiga/files/patch-ah
@@ -0,0 +1,14 @@
+*** src/main.cpp.orig Thu Jul 26 12:01:33 2001
+--- src/main.cpp Thu Jul 26 12:01:50 2001
+*************** int main (int argc, char ** argv, char *
+*** 235,241 ****
+--- 235,243 ----
+ read_config (opts);
+
+ // Init
++ #ifdef __linux__
+ g_thread_init(NULL);
++ #endif
+ textdomain (PACKAGE);
+ bindtextdomain (PACKAGE, GNOMELOCALEDIR);
+ gw->pixmap = NULL;