+++ /dev/null
-Fix build with GLIBC-2.12
-
-http://bugs.gentoo.org/show_bug.cgi?id=333843
-
---- src/Makefile.am
-+++ src/Makefile.am
-@@ -82,8 +82,8 @@
- painter.h \
- ticket.c \
- ticket.h \
--endian.c \
--endian.h \
-+bo_endian.c \
-+bo_endian.h \
- version.c \
- version.h
-
---- src/hosbackingfile.c
-+++ src/hosbackingfile.c
-@@ -18,6 +18,7 @@
- */
-
- #include "hosbackingfile.h"
-+#include "bo_endian.h"
-
- #define DEFAULT_BUF_SIZE 512
-
---- src/nih.c
-+++ src/nih.c
-@@ -24,7 +24,7 @@
- #include "hosdimensionblock.h"
- #include "hosbackingblock.h"
- #include "hosbackingfile.h"
--#include "endian.h"
-+#include "bo_endian.h"
-
- /* --- header contents ----
- *
+++ /dev/null
-diff --git a/src/gw/spectrum-spec.scm b/src/gw/spectrum-spec.scm
-index 253464c..605796c 100644
---- a/src/gw/spectrum-spec.scm
-+++ b/src/gw/spectrum-spec.scm
-@@ -30,6 +30,7 @@
- "#include <painter_gdk.h>\n"
- "#include <burrow/nih.h>\n"
- "#include <hosbackingsim.h>\n"
-+ "#include <guile-cairo/guile-cairo-smob-types.h>\n"
- "\n"))
-
- ; couple of disabled sources
+++ /dev/null
- burrow/canvas/gw/Makefile.am | 4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
-diff --git a/burrow/canvas/gw/Makefile.am b/burrow/canvas/gw/Makefile.am
-index da50ee3..2ed89bc 100644
---- a/burrow/canvas/gw/Makefile.am
-+++ b/burrow/canvas/gw/Makefile.am
-@@ -31,9 +31,11 @@ H2DEF=@top_srcdir@/utils/h2def.py
- canvas.defs: $(HEADERS_1)
- $(H2DEF) --all $(HEADERS_1) > $@
-
--canvas-gw.c canvas-gw.h canvas-gw.scm: canvas.defs
-+canvas-gw.c canvas-gw.h: canvas.defs
- GUILE_LOAD_PATH=@srcdir@:@builddir@:@GUILE_GNOME_MODULE_DIR@:@G_WRAP_MODULE_DIR@:$$GUILE_LOAD_PATH $(GUILE) -s @srcdir@/run-g-wrap.scm
-
-+BUILT_SOURCES=canvas-gw.c canvas-gw.h canvas.defs
-+
- INCLUDES=@GTK_CFLAGS@ @G_WRAP_CFLAGS@ @GUILE_GNOME_CFLAGS@ @GUILE_CAIRO_CFLAGS@ @GUILE_CFLAGS@ -I$(headers_dir) -I@top_srcdir@
-
- moduledir=$(datadir)/guile/burrow