misc/QCMA: Patch to allow building on -current.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-08-14 13:09:17 +12:00 committed by Willy Sudiarto Raharjo
parent 43d341c503
commit 4c57870cc8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=QCMA
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -74,6 +74,8 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
# thanks arch linux maintainer
zcat $CWD/qcma-avdecoder.patch.gz | patch -p1
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

Binary file not shown.