[SCM] qjackctl/master: Add patch to build with gcc6. (Closes: #831170)
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Jul 22 20:45:23 UTC 2016
The following commit has been merged in the master branch:
commit 8b2bf0a14a0e8b97164c3e705ae2c035bf89de6c
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Jul 22 22:04:38 2016 +0200
Add patch to build with gcc6. (Closes: #831170)
diff --git a/debian/patches/01-configure-gcc6.patch b/debian/patches/01-configure-gcc6.patch
new file mode 100644
index 0000000..9c69565
--- /dev/null
+++ b/debian/patches/01-configure-gcc6.patch
@@ -0,0 +1,13 @@
+Index: qjackctl/configure.ac
+===================================================================
+--- qjackctl.orig/configure.ac
++++ qjackctl/configure.ac
+@@ -115,7 +115,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
new file mode 100644
index 0000000..879a1d9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-configure-gcc6.patch
--
qjackctl packaging
More information about the pkg-multimedia-commits
mailing list