commit: 166f3e137df0294e79e03264df4416ab4d7878a8 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Tue May 29 09:58:30 2018 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Tue May 29 09:58:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=166f3e13
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 dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild b/dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild index a69b608e1af..a305c20e25e 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)
