diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-05-29 11:58:30 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-05-29 11:58:53 +0200 |
commit | 166f3e137df0294e79e03264df4416ab4d7878a8 (patch) | |
tree | 6a1774fa487726907e0195e7a3c78094cb8db883 /dev-libs/log4cxx | |
parent | games-emulation/advancemenu: Bump to version 2.9 (diff) | |
download | gentoo-166f3e137df0294e79e03264df4416ab4d7878a8.tar.gz gentoo-166f3e137df0294e79e03264df4416ab4d7878a8.tar.bz2 gentoo-166f3e137df0294e79e03264df4416ab4d7878a8.zip |
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
Diffstat (limited to 'dev-libs/log4cxx')
-rw-r--r-- | dev-libs/log4cxx/log4cxx-0.10.0-r1.ebuild | 4 |
1 files 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 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) |