[SCM] zynaddsubfx/master: Add patch to fix build.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Nov 16 00:32:56 UTC 2015


The following commit has been merged in the master branch:
commit c9549a64df1a10920f37ad7c90c282eca763d656
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Nov 16 01:29:00 2015 +0100

    Add patch to fix build.

diff --git a/debian/patches/0004-fix_build.patch b/debian/patches/0004-fix_build.patch
new file mode 100644
index 0000000..5f8cc09
--- /dev/null
+++ b/debian/patches/0004-fix_build.patch
@@ -0,0 +1,17 @@
+Description: Fix build.
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: zynaddsubfx/src/UI/guimain.cpp
+===================================================================
+--- zynaddsubfx.orig/src/UI/guimain.cpp
++++ zynaddsubfx/src/UI/guimain.cpp
+@@ -568,7 +568,7 @@ int main(int argc, char *argv[])
+         help = true;
+ 
+     if(help) {
+-        printf(help_message);
++        puts(help_message);
+         return 1;
+     }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a15f616..b3d4a60 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-no_sse_generic.patch
 0002-misspellings.patch
 03-dont_duplicate_changelog_files.patch
+0004-fix_build.patch

-- 
zynaddsubfx packaging



More information about the pkg-multimedia-commits mailing list