dev-lang/harec: Fix missing .* in ARCH regex

revbump needed as harec can build fine and then retain a wrong value internally.

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-03-28 05:56:42 +01:00
parent 8cbe349522
commit 61f09a7f9d
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ src_prepare() {
-e 's/CFLAGS =/CFLAGS +=/' \
-e 's/LDFLAGS =/LDFLAGS ?=/' \
-e 's/LDLINKFLAGS =/LDLINKFLAGS ?=/' \
-e "s/ARCH =/ARCH = ${target_triple/-*}/" \
-e "s/ARCH =.*/ARCH = ${target_triple/-*}/" \
config.mk || die
tc-export CC AS LD

View File

@@ -38,7 +38,7 @@ src_prepare() {
-e 's/CFLAGS =/CFLAGS +=/' \
-e 's/LDFLAGS =/LDFLAGS ?=/' \
-e 's/LDLINKFLAGS =/LDLINKFLAGS ?=/' \
-e "s/ARCH =/ARCH = ${target_triple/-*}/" \
-e "s/ARCH =.*/ARCH = ${target_triple/-*}/" \
config.mk || die
tc-export CC AS LD