qjackctl/qjackctl-0.4.2-gcc-6.1.0.patch

28 lines
834 B
Diff

From a0c779285db433ab4e72670004111f306472e866 Mon Sep 17 00:00:00 2001
From: rncbc <rncbc@gamma.rncbc.lan>
Date: Mon, 30 May 2016 11:37:00 +0100
Subject: [PATCH] =?UTF-8?q?-=20Removed=20manual=20setting=20of=20system=20?=
=?UTF-8?q?include=20paths=20(a=20configure=20=20=20patch=20by=20Romain=20?=
=?UTF-8?q?L=C3=A9tendart=20on=20qsampler,=20thanks).?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 86f55f4..93f8c32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,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,