[Pkg-voip-commits] [portaudio19] 30/114: Really disable JACK on all architectures except i386 and powerpc

Benjamin Drung bdrung at moszumanska.debian.org
Sun Dec 25 20:05:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

bdrung pushed a commit to branch master
in repository portaudio19.

commit 93587e84b21d8a74cbc91abbf138a9151d47e4c0
Author: Mikael Magnusson <mikma at users.sourceforge.net>
Date:   Sun Jan 14 20:29:17 2007 +0000

    Really disable JACK on all architectures except i386 and powerpc
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 8f95ace..7324c18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,10 +48,11 @@ endif
 endif
 
 ifeq (yes,$(ENABLE_JACK))
-	CONFIGURE_SOUND_ARGS += --with-jack=yes
 	DH_GENCONTROL_ARGS += -Vjack-dev="libjack0.100.0-dev"
 endif
 
+CONFIGURE_SOUND_ARGS += --with-jack=$(ENABLE_JACK)
+
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/portaudio19.git



More information about the Pkg-voip-commits mailing list