From cae07e89a6f75ec4c45803666e17ffabf0d24dc7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Apr 2021 07:04:56 +0100 Subject: www-servers/gatling: fix ROOT in src_compile (VariableScope) Signed-off-by: Sam James --- www-servers/gatling/gatling-0.16-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www-servers') diff --git a/www-servers/gatling/gatling-0.16-r1.ebuild b/www-servers/gatling/gatling-0.16-r1.ebuild index 6616e0b4eca0..828f977142d0 100644 --- a/www-servers/gatling/gatling-0.16-r1.ebuild +++ b/www-servers/gatling/gatling-0.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -44,7 +44,7 @@ src_compile() { use ssl && targets+=' tlsgatling' emake DIET="${DIET}" CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS} -I${ROOT}/usr/include/libowfat" \ + CFLAGS="${CFLAGS} -I${ESYSROOT}/usr/include/libowfat" \ LDFLAGS="${LDFLAGS}" prefix=/usr ${targets} } -- cgit v1.2.3-65-gdbad