mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/ftjam: pass -std=gnu89
Does not build with `clang -std=c2x`, early workaround for when this will become a default. (not actively hunting for these, merely revisiting packages previously looked at for clang16 even if not an issue "yet"). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
MY_PV=$(ver_rs 3 "")
|
||||
|
||||
@@ -33,5 +33,6 @@ src_prepare() {
|
||||
default
|
||||
|
||||
tc-export CC RANLIB
|
||||
append-cflags -std=gnu89 # old codebase, incompatible with c2x
|
||||
export AR="$(tc-getAR) ru" #720706
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user