Bug#754718: lmms: FTBFS on kfreebsd-*: 'ESTRPIPE' was not declared in this scope
Guillem Jover
guillem at debian.org
Thu Oct 2 03:49:31 UTC 2014
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
More information about the Debian-edu-pkg-team
mailing list