audio/jack2: Remove --profile build option.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
cb26df6481
commit
6944bfcb89
|
@ -24,6 +24,7 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20200112 bkw: get rid of --profile (thanks, dive!), BUILD=2.
|
||||
# 20191201 bkw: update for v1.9.14 (including new python3 dep).
|
||||
# 20180714 bkw:
|
||||
# - Take over maintenance.
|
||||
|
@ -33,7 +34,7 @@
|
|||
|
||||
PRGNAM=jack2
|
||||
VERSION=${VERSION:-1.9.14}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -88,7 +89,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man/man1 \
|
||||
--htmldir=/usr/doc/$PRGNAM-$VERSION/html \
|
||||
--classic \
|
||||
--profile \
|
||||
--dbus \
|
||||
--alsa
|
||||
|
||||
|
|
Loading…
Reference in New Issue