summaryrefslogtreecommitdiffstats
path: root/source/l/pygtk/pygtk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/pygtk/pygtk.SlackBuild')
-rwxr-xr-xsource/l/pygtk/pygtk.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/pygtk/pygtk.SlackBuild b/source/l/pygtk/pygtk.SlackBuild
index de4cfcefc..3c1657dc8 100755
--- a/source/l/pygtk/pygtk.SlackBuild
+++ b/source/l/pygtk/pygtk.SlackBuild
@@ -67,6 +67,9 @@ else
LIBDIRSUFFIX=""
fi
+# GCC 14 "fix":
+SLKCFLAGS="$SLKCFLAGS -Wno-error=implicit-function-declaration -Wno-error=int-conversion"
+
rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP || exit 1