summaryrefslogtreecommitdiff
path: root/private/gcc-latest/gcc-latest.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'private/gcc-latest/gcc-latest.SlackBuild')
-rwxr-xr-xprivate/gcc-latest/gcc-latest.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/private/gcc-latest/gcc-latest.SlackBuild b/private/gcc-latest/gcc-latest.SlackBuild
index eaa5fa8..44d3293 100755
--- a/private/gcc-latest/gcc-latest.SlackBuild
+++ b/private/gcc-latest/gcc-latest.SlackBuild
@@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gcc-latest
VERSION=${VERSION:-12.2.0}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -109,6 +109,7 @@ find -L . \
# Smite the fixincludes:
patch -p1 --verbose -i $CWD/patches/gcc-no_fixincludes.diff
patch -p1 --verbose -i $CWD/patches/gdc-immutable-struct.patch
+patch -p1 --verbose -i $CWD/patches/gdc-link-lambda.patch
mkdir ../objdir
cd ../objdir