summaryrefslogtreecommitdiffstats
path: root/source/xap/gimp/gimp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/gimp/gimp.SlackBuild')
-rwxr-xr-xsource/xap/gimp/gimp.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/xap/gimp/gimp.SlackBuild b/source/xap/gimp/gimp.SlackBuild
index 3c54f1cd9..55fe46b4a 100755
--- a/source/xap/gimp/gimp.SlackBuild
+++ b/source/xap/gimp/gimp.SlackBuild
@@ -65,6 +65,9 @@ else
LIBDIRSUFFIX=""
fi
+# GCC 14 "fix":
+SLKCFLAGS="$SLKCFLAGS -Wno-error=incompatible-pointer-types"
+
cd $TMP
rm -rf gimp-$VERSION
tar xvf $CWD/gimp-$VERSION.tar.?z || exit 1