I've uploaded an NMU during the current BSP with the following patch:
diff -Naur ttmkfdir-3.0.9.bak/builtin.cpp ttmkfdir-3.0.9/builtin.cpp
--- ttmkfdir-3.0.9.bak/builtin.cpp      2003-01-13 02:11:10.000000000 +0100
+++ ttmkfdir-3.0.9/builtin.cpp  2005-08-06 04:40:30.520010864 +0200
@@ -600,7 +600,7 @@
        0x00f8, 0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff
     };
 
-};
+}
 
 Encoding::BuiltinEncoding_t Encoding::builtin_encodings[] = {
     
{256,191,32,{TT_PLATFORM_MICROSOFT,TT_MS_ID_UNICODE_CS,iso8859_1},{"iso8859-1",}},
diff -Naur ttmkfdir-3.0.9.bak/debian/changelog ttmkfdir-3.0.9/debian/changelog
--- ttmkfdir-3.0.9.bak/debian/changelog 2005-08-06 04:38:50.411229712 +0200
+++ ttmkfdir-3.0.9/debian/changelog     2005-08-06 04:41:25.032723672 +0200
@@ -1,3 +1,11 @@
+ttmkfdir (3.0.9-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply patch by Andreas Jochens to fix FTBFS with gcc 4.0
+    (Closes: #262753)
+
+ -- Frank Lichtenheld <[EMAIL PROTECTED]>  Sat,  6 Aug 2005 04:40:33 +0200
+
 ttmkfdir (3.0.9-3) unstable; urgency=low
 
   * Also need to build-depend on flex (Closes: #221377)
diff -Naur ttmkfdir-3.0.9.bak/ttf.h ttmkfdir-3.0.9/ttf.h
--- ttmkfdir-3.0.9.bak/ttf.h    2003-01-08 06:25:25.000000000 +0100
+++ ttmkfdir-3.0.9/ttf.h        2005-08-06 04:40:30.520010864 +0200
@@ -49,7 +49,7 @@
        TT_Postscript       *post;
        std::string         FileName;
     };
-};
+}
 
 #endif /* TTF_H__ */
 
diff -Naur ttmkfdir-3.0.9.bak/util.h ttmkfdir-3.0.9/util.h
--- ttmkfdir-3.0.9.bak/util.h   2002-12-09 09:29:11.000000000 +0100
+++ ttmkfdir-3.0.9/util.h       2005-08-06 04:40:30.520010864 +0200
@@ -17,6 +17,6 @@
        Singleton (void) {};
        ~Singleton (void) {};
     };
-}; 
+} 
 
 #endif // TTMKFDIRUTIL_H__

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to