Hi! On Wed, 2014-10-01 at 23:11:45 +0100, Steven Chamberlain wrote: > --- debian/rules.orig 2014-10-01 20:13:22.000000000 +0100 > +++ debian/rules 2014-10-01 22:55:19.415683658 +0100 > @@ -4,9 +4,15 @@ > > DH_CMAKE_BUILD_DIR=obj -${DEB_BUILD_GNU_TYPE} > DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) > +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) > + > +CMAKE_OPTS= > +ifneq ($(DEB_BUILD_ARCH_OS),linux)
Here DEB_HOST_ARCH_OS too. > +CMAKE_OPTS+= -DWANT_ALSA=0 > +endif Thanks, Guillem -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org