Daniel Jacobowitz wrote: > On Wed, Sep 21, 2005 at 10:32:06AM -0700, Joey Hess wrote: > > tag 284741 + fixed > > Thanks! Jeff Bailey is going to be adopting bogl, and hopefully he can > give it some overdue attention.
Oh yeah, here's the NMU diff, since the patch in the BTS wasn't quite enough. -- see shy jo
diff -ur old/bogl-0.1.18/bogl-font.c bogl-0.1.18/bogl-font.c
--- old/bogl-0.1.18/bogl-font.c 2003-03-23 20:09:18.000000000 +0100
+++ bogl-0.1.18/bogl-font.c 2005-09-21 19:09:01.000000000 +0200
@@ -103,7 +103,7 @@
/* Attempt to malloc NBYTES bytes. Sets a BOGL error message on
failure. Returns the result of the malloc() operation in any
case. */
- static void *
+ void *
smalloc (size_t nbytes)
{
void *p = malloc (nbytes);
diff -ur old/bogl-0.1.18/boml.c bogl-0.1.18/boml.c
--- old/bogl-0.1.18/boml.c 2001-12-01 18:04:42.000000000 +0100
+++ bogl-0.1.18/boml.c 2005-09-21 19:15:33.000000000 +0200
@@ -1316,6 +1316,7 @@
default:
/* Ignore additional extension fields. */
+ break;
}
curpos += len;
diff -ur old/bogl-0.1.18/debian/changelog bogl-0.1.18/debian/changelog
--- old/bogl-0.1.18/debian/changelog 2004-07-23 17:48:56.000000000 +0200
+++ bogl-0.1.18/debian/changelog 2005-09-21 19:09:33.000000000 +0200
@@ -1,3 +1,10 @@
+bogl (0.1.18-1.2) unstable; urgency=HIGH
+
+ * NMU
+ * Fix FTBFS with gcc 4.0. Closes: #284741
+
+ -- Joey Hess <[EMAIL PROTECTED]> Wed, 21 Sep 2005 19:08:20 +0200
+
bogl (0.1.18-1.1) unstable; urgency=low
* Non maintainer upload in favour of debian-boot.
signature.asc
Description: Digital signature

