[Pkg-voip-commits] r3021 - portaudio19/trunk/debian

Mikael Magnusson mikma-guest at alioth.debian.org
Sun Jan 14 21:29:17 CET 2007


Author: mikma-guest
Date: 2007-01-14 21:29:17 +0100 (Sun, 14 Jan 2007)
New Revision: 3021

Modified:
   portaudio19/trunk/debian/rules
Log:
Really disable JACK on all architectures except i386 and powerpc

Modified: portaudio19/trunk/debian/rules
===================================================================
--- portaudio19/trunk/debian/rules	2007-01-14 15:20:48 UTC (rev 3020)
+++ portaudio19/trunk/debian/rules	2007-01-14 20:29:17 UTC (rev 3021)
@@ -48,10 +48,11 @@
 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$$//')




More information about the Pkg-voip-commits mailing list