audio/SAM: Fix build with newer gcc.

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 2022-02-07 19:14:01 +13:00 committed by Willy Sudiarto Raharjo
parent dd1b9b5a73
commit 4cebd04dfd
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 0 deletions

View file

@ -72,6 +72,8 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
# https://github.com/s-macke/SAM/pull/14/files
zcat $CWD/fix_variable_redefinition.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.