dev-util/source-highlight: fix build for Prefix, thanks Olivier Huber
authorFabian Groffen <grobian@gentoo.org>
Tue, 9 Apr 2019 09:48:10 +0000 (11:48 +0200)
committerFabian Groffen <grobian@gentoo.org>
Tue, 9 Apr 2019 09:48:10 +0000 (11:48 +0200)
Closes: https://bugs.gentoo.org/682330
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-util/source-highlight/source-highlight-3.1.8.ebuild

index 7fc2f8c4df1a3ce8ceb1a84f30f9a6351c191de3..4cc9a77263093495fdd1117f77b9a752dfb30013 100644 (file)
@@ -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)