mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user