mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
app-arch/fuse-archive: use flag-o-matic
Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
parent
27e9cedb1a
commit
f1fa8796e1
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit toolchain-funcs flag-o-matic
|
||||
|
||||
DESCRIPTION="Read-only FUSE file system for mounting archives and compressed files"
|
||||
HOMEPAGE="https://github.com/google/fuse-archive"
|
||||
@ -35,13 +35,11 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local incpath=""
|
||||
incpath="${incpath} -I../intrusive-${BOOST_VERSION}/include"
|
||||
incpath="${incpath} -I../config-${BOOST_VERSION}/include"
|
||||
incpath="${incpath} -I../assert-${BOOST_VERSION}/include"
|
||||
incpath="${incpath} -I../move-${BOOST_VERSION}/include"
|
||||
emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)" \
|
||||
CPPFLAGS="${incpath} ${CPPFLAGS}"
|
||||
append-cppflags "-I../intrusive-${BOOST_VERSION}/include"
|
||||
append-cppflags "-I../config-${BOOST_VERSION}/include"
|
||||
append-cppflags "-I../assert-${BOOST_VERSION}/include"
|
||||
append-cppflags "-I../move-${BOOST_VERSION}/include"
|
||||
emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user