mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sys-libs/libcap-ng: prefix support
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -22,6 +22,13 @@ DEPEND="${RDEPEND}
|
||||
sys-kernel/linux-headers
|
||||
python? ( >=dev-lang/swig-2 )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
if use prefix ; then
|
||||
sed -i "s@cat /usr@cat ${EPREFIX}/usr@" bindings/python*/Makefile.am || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use sparc && replace-flags -O? -O0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user