audio/zynaddsubfx: Patched for new asciidoc.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
5a36a420c8
commit
7a1bcf8554
|
@ -6,18 +6,17 @@
|
|||
|
||||
# Modified by SlackBuilds.org
|
||||
|
||||
SRCNAM=ZynAddSubFX
|
||||
PRGNAM=zynaddsubfx
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
SRCNAM=ZynAddSubFX
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -56,6 +55,9 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# This fixes a asciidoc problem.
|
||||
sed -i s/___________/===========/ doc/zynaddsubfx.txt
|
||||
|
||||
cd src
|
||||
make \
|
||||
LINUX_AUDIOOUT=JACK \
|
||||
|
|
Loading…
Reference in New Issue