[SCM] qsynth/master: Add patch to build with gcc6. (Closes: #831092).
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Jul 22 19:58:31 UTC 2016
The following commit has been merged in the master branch:
commit 17a96b1ab07795e4e8e98876a1d63081e542e89b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Jul 22 21:32:38 2016 +0200
Add patch to build with gcc6. (Closes: #831092).
diff --git a/debian/patches/4001-configure-gcc6.patch b/debian/patches/4001-configure-gcc6.patch
new file mode 100644
index 0000000..a288c45
--- /dev/null
+++ b/debian/patches/4001-configure-gcc6.patch
@@ -0,0 +1,13 @@
+Index: qsynth/configure.ac
+===================================================================
+--- qsynth.orig/configure.ac
++++ qsynth/configure.ac
+@@ -67,7 +67,7 @@ AC_ARG_ENABLE(stacktrace,
+
+
+ # Standard installation base dirs.
+-ac_with_paths="/usr /usr/local"
++ac_with_paths=""
+
+ # Set for alternate Qt4/5 installation dir.
+ AC_ARG_WITH(qt4,
diff --git a/debian/patches/series b/debian/patches/series
index 9635512..667447b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
1001-soundfont_default_dir.patch
2001-libx11_underlinkage.patch
3001-hardening.patch
+4001-configure-gcc6.patch
--
qsynth packaging
More information about the pkg-multimedia-commits
mailing list