summaryrefslogtreecommitdiff
path: root/misc/gman/files/patch-gman.c
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-08-12 17:03:48 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-08-12 17:03:48 +0000
commitd967ce5cd927a2bac6ec1557b11056a766279b44 (patch)
tree694aff67034bce392871882ff85721b21ca03ba9 /misc/gman/files/patch-gman.c
parent- retire port after repocopy (diff)
Fix build on 64bit platforms
Diffstat (limited to '')
-rw-r--r--misc/gman/files/patch-gman.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/gman/files/patch-gman.c b/misc/gman/files/patch-gman.c
index bd5c448d6a55..0b53e1823998 100644
--- a/misc/gman/files/patch-gman.c
+++ b/misc/gman/files/patch-gman.c
@@ -1,5 +1,14 @@
--- gman.c.orig Mon Dec 13 22:25:03 2004
+++ gman.c Mon Dec 13 22:26:54 2004
+@@ -47,7 +47,7 @@
+ pthread_mutex_init(&context_lock,NULL);
+ pthread_mutex_init(&loading_man_path_lock,NULL);
+ init_context();
+- debuging = (int)context->get_value("debuging");
++ debuging = (intptr_t)context->get_value("debuging");
+ pthread_mutex_lock(&gtk_lock);
+ gtk_init (&argc, &argv);
+ window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
@@ -62,6 +62,8 @@
//gtk_main();