diff options
Diffstat (limited to 'devel/gnome-build/files')
3 files changed, 0 insertions, 35 deletions
diff --git a/devel/gnome-build/files/current-src_backends_libgbf_am_gbf-am-project.c b/devel/gnome-build/files/current-src_backends_libgbf_am_gbf-am-project.c deleted file mode 100644 index 10ae4bed5cbb..000000000000 --- a/devel/gnome-build/files/current-src_backends_libgbf_am_gbf-am-project.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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)); - - if (data->input.length < data->input.size) { - /* don't remove the source */ diff --git a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c b/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c deleted file mode 100644 index 4c8380eb3706..000000000000 --- a/devel/gnome-build/files/patch-src::backends::libgbf_am::gbf-am-build.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/backends/libgbf_am/gbf-am-build.c.orig Thu Oct 16 11:34:19 2003 -+++ src/backends/libgbf_am/gbf-am-build.c Thu Oct 16 11:35:42 2003 -@@ -27,9 +27,9 @@ - #include <stdlib.h> - #include <unistd.h> - #include <string.h> --#include <regex.h> - #include "gbf-i18n.h" - #include "gbf-am-build.h" -+#include <gnuregex.h> - - /* FIXME: mark strings for translation and this file to POTFILES.in */ - diff --git a/devel/gnome-build/files/stable-src_backends_libgbf_am_gbf-am-project.c b/devel/gnome-build/files/stable-src_backends_libgbf_am_gbf-am-project.c deleted file mode 100644 index 262756b88ad1..000000000000 --- a/devel/gnome-build/files/stable-src_backends_libgbf_am_gbf-am-project.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 %lu bytes", bytes_written)); - - if (data->input.length < data->input.size) { - /* don't remove the source */ |