summaryrefslogtreecommitdiffstats
path: root/source/l/esound/esound.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/esound/esound.SlackBuild')
-rwxr-xr-xsource/l/esound/esound.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/l/esound/esound.SlackBuild b/source/l/esound/esound.SlackBuild
index ba7b41510..52a52ab4f 100755
--- a/source/l/esound/esound.SlackBuild
+++ b/source/l/esound/esound.SlackBuild
@@ -65,6 +65,9 @@ else
LIBDIRSUFFIX=""
fi
+# GCC 14 "fix":
+SLKCFLAGS="$SLKCFLAGS -Wno-error=implicit-function-declaration"
+
cd $TMP
rm -rf ${PKGNAM}-${VERSION}
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1