Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2013 14:03:11 +0100
From:      Hans Petter Selasky <hps@bitfrost.no>
To:        freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org
Cc:        Juergen Lock <nox@jelal.kn-bremen.de>
Subject:   [PATCH] ports/audio/jack-rack/Makefile
Message-ID:  <201302271403.12019.hps@bitfrost.no>

next in thread | raw e-mail | index | archive | help
Hi,

The following patch was needed in order to get a working jack-rack binary 
after building from ports:

- CONFIGURE_ARGS= --disable-ladcca --disable-lash
+ CONFIGURE_ARGS= --disable-ladcca --disable-lash --disable-aseq

Else jack-rack crashes stating that /dev/xxx/seq is not present.

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302271403.12019.hps>