From a4b858cb3a36fec20b3fd124817cbc3ebd83fc97 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Thu, 28 Nov 2024 15:57:43 +0100
Subject: [PATCH] community/g++-cross-embedded: build with gawk

It appears that build fails with busybox awk
---
 community/g++-cross-embedded/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/g++-cross-embedded/APKBUILD b/community/g++-cross-embedded/APKBUILD
index 8d68a440f5cf..a278ef5b74d1 100644
--- a/community/g++-cross-embedded/APKBUILD
+++ b/community/g++-cross-embedded/APKBUILD
@@ -7,11 +7,11 @@
 # Contributor: Martin Schmölzer <mschmoelzer@gmail.com>
 pkgname=g++-cross-embedded
 pkgver=14.2.0
-pkgrel=0
+pkgrel=1
 pkgdesc="C++ compilers from the GNU Compiler Collection for embedded targets"
 url="https://gcc.gnu.org/"
 depends="gcc"
-makedepends="bash linux-headers gmp-dev mpfr-dev mpc1-dev zlib-dev isl-dev python3"
+makedepends="bash linux-headers gmp-dev mpfr-dev mpc1-dev zlib-dev isl-dev python3 gawk"
 arch="aarch64 x86_64 x86"
 license="GPL-3.0-or-later"
 source="
-- 
GitLab