[SCM] foo-yc20/master: Add 0003-include-faust-dir.patch (Closes: #642662)

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Tue Nov 1 16:47:42 UTC 2011


The following commit has been merged in the master branch:
commit 6924e3410d91e9a44307de1dbb0eed86093eb3a5
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Nov 1 17:37:18 2011 +0100

    Add 0003-include-faust-dir.patch (Closes: #642662)

diff --git a/debian/patches/0003-include-faust-dir.patch b/debian/patches/0003-include-faust-dir.patch
new file mode 100644
index 0000000..fd7c02f
--- /dev/null
+++ b/debian/patches/0003-include-faust-dir.patch
@@ -0,0 +1,18 @@
+Description: Add faust include dir to CFLAGS to fix FTBS.
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Bug-Debian: http://bugs.debian.org/642662
+Origin: vendor
+Forwarded: not-needed
+Last-Update: 2011-11-01
+
+--- foo-yc20-1.3.0.orig/Makefile
++++ foo-yc20-1.3.0/Makefile
+@@ -21,7 +21,7 @@ CFLAGS=-O3 -mtune=native -march=native -
+ endif
+ endif
+ 
+-CFLAGS_X = $(CFLAGS) -fPIC -DVERSION=$(VERSION) -Isrc/ -Iinclude/ -DPREFIX=$(PREFIX) -Wall
++CFLAGS_X = $(CFLAGS) -fPIC -DVERSION=$(VERSION) -I/usr/lib/faust -Isrc/ -Iinclude/ -DPREFIX=$(PREFIX) -Wall
+ 
+ $(OBJS_NODEPS): CFLAGS_use = $(CFLAGS_X) 
+ $(OBJS_JACK): CFLAGS_use = $(CFLAGS_X) `pkg-config --cflags jack`
diff --git a/debian/patches/series b/debian/patches/series
index cf11a4b..36e4495 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-remove-encoding-key-from-desktop-file.patch
 0002-makefile.patch
+0003-include-faust-dir.patch

-- 
foo-yc20 packaging



More information about the pkg-multimedia-commits mailing list