[SCM] lv2proc/master: Add patch to prevent failure with GCC's newer versions.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Oct 5 14:15:15 UTC 2013


The following commit has been merged in the master branch:
commit 2a4376ea89960a74389c399f1b5c1819fc995ef5
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Oct 5 15:14:53 2013 +0100

    Add patch to prevent failure with GCC's newer versions.

diff --git a/debian/patches/0001-fix_linking.patch b/debian/patches/0001-fix_linking.patch
new file mode 100644
index 0000000..7e3ad07
--- /dev/null
+++ b/debian/patches/0001-fix_linking.patch
@@ -0,0 +1,18 @@
+Description: Fix FTBFS with GCC 4.7
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ src/Makefile.am |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- lv2proc.orig/src/Makefile.am
++++ lv2proc/src/Makefile.am
+@@ -8,7 +8,7 @@
+ #
+ 
+ AM_CFLAGS = -pedantic -Wall -Werror @SNDFILE_CFLAGS@ @LILV_CFLAGS@
+-LIBS = @SNDFILE_LIBS@ @LILV_LIBS@
++LIBS = @SNDFILE_LIBS@ @LILV_LIBS@ -lm
+ 
+ bin_PROGRAMS = lv2proc
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a238407
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix_linking.patch

-- 
lv2proc packaging



More information about the pkg-multimedia-commits mailing list