From: Fabian Groffen Date: Tue, 29 May 2018 09:58:30 +0000 (+0200) Subject: dev-libs/log4cxx: fix SYSROOT/EPREFIX usage, bug #654678 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=166f3e137df0294e79e03264df4416ab4d7878a8;p=gentoo.git dev-libs/log4cxx: fix SYSROOT/EPREFIX usage, bug #654678 Closes: https://bugs.gentoo.org/654678 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild index a69b608e1aff..a305c20e25e5 100644 --- a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild +++ b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,7 @@ src_configure() { econf \ --disable-doxygen \ --disable-html-docs \ - --with-apr-util="${SYSROOT:-${EPREFIX}}/usr" \ + --with-apr-util="${SYSROOT}${EPREFIX}/usr" \ $(use_with smtp SMTP libesmtp) \ $(use_with odbc ODBC $(usex iodbc iODBC unixODBC)) \ --with-charset=$(usex unicode utf-8 auto)