I have just done an NMU of jade to fix longstanding issue. Please find
below the patch I have used.

diff -u jade-1.2.1/debian/changelog jade-1.2.1/debian/changelog
--- jade-1.2.1/debian/changelog
+++ jade-1.2.1/debian/changelog
@@ -1,3 +1,11 @@
+jade (1.2.1-47.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build with -fpermissive to workaround FTBFS with recent compilers
+    (closes: #565007, #624963, #624871).
+
+ -- Aurelien Jarno <aure...@debian.org>  Tue, 26 Jul 2011 13:03:11 +0200
+
 jade (1.2.1-47) unstable; urgency=low
 
   * "Package explicitely build-depends on g++-3.4":
diff -u jade-1.2.1/debian/rules jade-1.2.1/debian/rules
--- jade-1.2.1/debian/rules
+++ jade-1.2.1/debian/rules
@@ -67,8 +67,8 @@
 # determine our top level
 SRCDIR         := $(shell pwd)
 
-CFLAGS         := -g -pipe
-CXXFLAGS       := -g -pipe -D_REENTRANT
+CFLAGS         := -g -pipe -fpermissive
+CXXFLAGS       := -g -pipe -D_REENTRANT -fpermissive
 CC             := gcc
 CXX            := g++

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurel...@aurel32.net                 http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to