summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Andrew Clemons2021-04-25 02:45:03 +0200
committer Willy Sudiarto Raharjo2021-04-26 06:52:39 +0200
commite073daa1d1da8290d3c5698cc370b122a5375abc (patch)
treec474628fdd2d6768857f48ede365b60889b07649 /graphics
parent1f286672c8e352128a6ea9bc6975420d9a7244fe (diff)
downloadslackbuilds-e073daa1d1da8290d3c5698cc370b122a5375abc.tar.gz
graphics/gimp-lqr-plugin: Fix building on -current.
Include patch from gentoo for gcc10. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-lqr-plugin/gimp-lqr-0.7.2-gcc-10-fno-common.patch.gzbin0 -> 646 bytes
-rw-r--r--graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild1
2 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gimp-lqr-plugin/gimp-lqr-0.7.2-gcc-10-fno-common.patch.gz b/graphics/gimp-lqr-plugin/gimp-lqr-0.7.2-gcc-10-fno-common.patch.gz
new file mode 100644
index 0000000000..cf2f99aa62
--- /dev/null
+++ b/graphics/gimp-lqr-plugin/gimp-lqr-0.7.2-gcc-10-fno-common.patch.gz
Binary files differ
diff --git a/graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild b/graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild
index a8841e83d3..0918a488d7 100644
--- a/graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild
+++ b/graphics/gimp-lqr-plugin/gimp-lqr-plugin.SlackBuild
@@ -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 \