[SCM] specimen/master: Added patch to avoid FTBFS with GCC 4.6

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue May 3 21:31:00 UTC 2011


The following commit has been merged in the master branch:
commit 3d8b16e584fc1c496b75cb1b8471810e4db54b52
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue May 3 23:28:38 2011 +0200

    Added patch to avoid FTBFS with GCC 4.6

diff --git a/debian/patches/02-gcc46_ftbfs.patch b/debian/patches/02-gcc46_ftbfs.patch
new file mode 100644
index 0000000..f7e5ebb
--- /dev/null
+++ b/debian/patches/02-gcc46_ftbfs.patch
@@ -0,0 +1,31 @@
+Description: Don't compile with -Werror to avoid FTBFS with GCC 4.6.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625424
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+---
+Index: specimen/configure.ac
+===================================================================
+--- specimen.orig/configure.ac	2011-05-03 23:01:41.000000000 +0200
++++ specimen/configure.ac	2011-05-03 23:08:44.449147041 +0200
+@@ -51,7 +51,7 @@
+ # pthreads
+ ACX_PTHREAD
+ 
+-SPECIMEN_CFLAGS="-Wall -Werror"
++SPECIMEN_CFLAGS="-Wall"
+ AC_SUBST(SPECIMEN_CFLAGS)
+ CFLAGS="$SPECIMEN_CFLAGS $CFLAGS" 
+ 
+Index: specimen/configure
+===================================================================
+--- specimen.orig/configure	2011-05-03 23:08:58.240694970 +0200
++++ specimen/configure	2011-05-03 23:09:36.519440198 +0200
+@@ -5607,7 +5607,7 @@
+ 
+ 
+ 
+-SPECIMEN_CFLAGS="-Wall -Werror"
++SPECIMEN_CFLAGS="-Wall"
+ 
+ CFLAGS="$SPECIMEN_CFLAGS $CFLAGS"
+ 

-- 
specimen packaging



More information about the pkg-multimedia-commits mailing list