summaryrefslogtreecommitdiff
path: root/www/osb-browser/files/patch-src::osb-browser.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-02-18 11:05:07 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-02-18 11:05:07 +0000
commit1ee32d7edb33ada04b59c9e77e741e09a572171b (patch)
tree1dc90c8361b1355d10e8caf73c271c7907912c12 /www/osb-browser/files/patch-src::osb-browser.c
parentFix MASTER_SITES. (diff)
Fix build on 64bit archs.
PR: ports/77030 Submitted by: Florent Thoumie <flz at xbsd dot org>
Diffstat (limited to '')
-rw-r--r--www/osb-browser/files/patch-src::osb-browser.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/osb-browser/files/patch-src::osb-browser.c b/www/osb-browser/files/patch-src::osb-browser.c
new file mode 100644
index 000000000000..a440506fa9ed
--- /dev/null
+++ b/www/osb-browser/files/patch-src::osb-browser.c
@@ -0,0 +1,11 @@
+--- src/osb-browser.c.orig Tue Feb 1 11:50:56 2005
++++ src/osb-browser.c Tue Feb 1 11:51:33 2005
+@@ -127,7 +127,7 @@
+ static void
+ _weak_notify(gpointer data, GObject *was)
+ {
+- g_warning("Destroyed: %s at %x\n", (const char*) data, (int) was);
++ g_warning("Destroyed: %s at %p\n", (const char*) data, was);
+ }
+
+