summaryrefslogtreecommitdiff
path: root/private/gcc-latest/gcc-latest.SlackBuild
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-03-22 18:13:25 +0100
committerEugen Wissner <belka@caraus.de>2023-03-22 18:13:25 +0100
commit7becd0414845a57e268e03539fd7165fbf07d684 (patch)
tree376b4cf410e2731a0d8e3e77d46fdea949370269 /private/gcc-latest/gcc-latest.SlackBuild
parentc7a527e0106295bb579716922f49c834fb3f9998 (diff)
downloadslackbuilder-7becd0414845a57e268e03539fd7165fbf07d684.tar.gz
gcc-latest: Add the second linker error patch
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