mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
graphics/gimp-lqr-plugin: Fix building on -current.
Include patch from gentoo for gcc10. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
1f286672c8
commit
e073daa1d1
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -62,6 +62,7 @@ cd $TMP
|
|||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
zcat $CWD/gimp-lqr-0.7.2-gcc-10-fno-common.patch.gz | patch -p1
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
Loading…
Reference in a new issue