diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 11:05:07 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 11:05:07 +0000 |
| commit | 1ee32d7edb33ada04b59c9e77e741e09a572171b (patch) | |
| tree | 1dc90c8361b1355d10e8caf73c271c7907912c12 /www/osb-browser/files/patch-src::osb-browser.c | |
| parent | Fix 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.c | 11 |
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); + } + + |
