summaryrefslogtreecommitdiff
path: root/devel/gnome-build
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-31 18:25:23 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-31 18:25:23 +0000
commit0aeca78601c2e4a1e1c5151c494dfacb26102419 (patch)
treebb53e4b730b6d50c37b3c6aecb16e4d71f50c2f7 /devel/gnome-build
parentAdd a missing dependency on gail, and indicate that this port requires (diff)
Fix the build on Alpha -STABLE.
Reported by: bento via kris
Notes
Notes: svn path=/head/; revision=99633
Diffstat (limited to 'devel/gnome-build')
-rw-r--r--devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c b/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c
index 1e6dc5d950b0..262756b88ad1 100644
--- a/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c
+++ b/devel/gnome-build/files/patch-src_backends_libgbf_am_gbf-am-project.c
@@ -1,11 +1,11 @@
---- src/backends/libgbf_am/gbf-am-project.c.orig Sun Oct 26 01:24:42 2003
-+++ src/backends/libgbf_am/gbf-am-project.c Sun Oct 26 01:32:23 2003
+--- src/backends/libgbf_am/gbf-am-project.c.orig Fri May 2 06:12:51 2003
++++ src/backends/libgbf_am/gbf-am-project.c Sat Jan 31 13:22:04 2004
@@ -1750,7 +1750,7 @@
switch (status) {
case G_IO_STATUS_NORMAL:
- DEBUG (g_message ("wrote %d bytes", bytes_written));
-+ DEBUG (g_message ("wrote %zu bytes", bytes_written));
++ DEBUG (g_message ("wrote %lu bytes", bytes_written));
if (data->input.length < data->input.size) {
/* don't remove the source */