[SCM] phat/master: Patch configure.ac to get rid of -Werror compilation flag.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 3 12:14:55 UTC 2011


The following commit has been merged in the master branch:
commit ca53b29f6b1c3530b00c5ed2005dfd4f3f6cd0bc
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 3 14:14:24 2011 +0200

    Patch configure.ac to get rid of -Werror compilation flag.

diff --git a/debian/patches/02-gcc46_ftbfs.patch b/debian/patches/02-gcc46_ftbfs.patch
new file mode 100644
index 0000000..d8b1a29
--- /dev/null
+++ b/debian/patches/02-gcc46_ftbfs.patch
@@ -0,0 +1,19 @@
+Description: Don't compile with -Werror to avoid FTBFS with GCC 4.6.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625403
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- phat.orig/configure.ac
++++ phat/configure.ac
+@@ -49,7 +49,7 @@ GTK_DOC_CHECK(1.0)
+ PKG_CHECK_MODULES(MISC, libgnomecanvas-2.0)
+ 
+ # set compilation flags
+-CFLAGS="$CFLAGS $GTK_CFLAGS $MISC_CFLAGS -Wall -Werror"
++CFLAGS="$CFLAGS $GTK_CFLAGS $MISC_CFLAGS -Wall"
+ LIBS="$LIBS $GTK_LIBS $MISC_LIBS"
+ 
+ # print build summary
diff --git a/debian/patches/series b/debian/patches/series
index 913fdce..a6f2bbd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-binutils_gold.patch
+02-gcc46_ftbfs.patch

-- 
phat packaging



More information about the pkg-multimedia-commits mailing list