mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libpng: enable RVV autodetecting
The code has been updated in the new version not to hardcode `-march` setting anymore and will enable RVV extension based on the user-defined settings Bug: https://bugs.gentoo.org/958203 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -65,7 +65,6 @@ multilib_src_configure() {
|
||||
$(use_enable test tests)
|
||||
$(use_enable cpu_flags_x86_sse intel-sse)
|
||||
$(use_enable static-libs static)
|
||||
--disable-riscv-rvv
|
||||
)
|
||||
|
||||
ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
|
||||
Reference in New Issue
Block a user