diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-04-09 11:48:10 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-04-09 11:48:10 +0200 |
commit | 8469a591901645a4be35330c24b9a802cc2a40d4 (patch) | |
tree | b3bf00c7727e53f54d9f2b3fa9e87bc5a18a8de6 /dev-util/source-highlight | |
parent | profiles: sparc: Unmask USE elogind on ~sparc (diff) | |
download | gentoo-8469a591901645a4be35330c24b9a802cc2a40d4.tar.gz gentoo-8469a591901645a4be35330c24b9a802cc2a40d4.tar.bz2 gentoo-8469a591901645a4be35330c24b9a802cc2a40d4.zip |
dev-util/source-highlight: fix build for Prefix, thanks Olivier Huber
Closes: https://bugs.gentoo.org/682330
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-util/source-highlight')
-rw-r--r-- | dev-util/source-highlight/source-highlight-3.1.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/source-highlight/source-highlight-3.1.8.ebuild b/dev-util/source-highlight/source-highlight-3.1.8.ebuild index 7fc2f8c4df1a..4cc9a7726309 100644 --- a/dev-util/source-highlight/source-highlight-3.1.8.ebuild +++ b/dev-util/source-highlight/source-highlight-3.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ src_configure() { append-cxxflags -std=c++14 econf \ + --with-boost="${EPREFIX}/usr" \ --with-boost-regex="boost_regex" \ --without-bash-completion \ $(use_enable static-libs static) |