x11-misc/sisctrl: EPREFIX->ESYSROOT

Fixes: 7f9e090198
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-27 20:27:56 +00:00
parent 6874875df2
commit 443488d2a5

View File

@@ -35,5 +35,5 @@ PATCHES=(
src_configure() {
append-libs -lm
econf \
--with-xv-path="${EPREFIX}/usr/$(get_libdir)"
--with-xv-path="${ESYSROOT}/usr/$(get_libdir)"
}