summaryrefslogtreecommitdiffstats
path: root/source/n/slrn/slrn.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/slrn/slrn.SlackBuild')
-rwxr-xr-xsource/n/slrn/slrn.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/n/slrn/slrn.SlackBuild b/source/n/slrn/slrn.SlackBuild
index 4f319b08f..060d751d4 100755
--- a/source/n/slrn/slrn.SlackBuild
+++ b/source/n/slrn/slrn.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slrn
VERSION=1.0.3a
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -60,6 +60,9 @@ else
LIBDIRSUFFIX=""
fi
+# GCC 14 "fix":
+SLKCFLAGS="$SLKCFLAGS -Wno-error=implicit-function-declaration"
+
TMP=${TMP:-/tmp}
PKG=$TMP/package-slrn
rm -rf $PKG