mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
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:
parent
dd1b9b5a73
commit
4cebd04dfd
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
BIN
audio/SAM/fix_variable_redefinition.patch.gz
Normal file
BIN
audio/SAM/fix_variable_redefinition.patch.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue