summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-28 01:46:20 +0100
committerSam James <sam@gentoo.org>2021-10-28 01:47:02 +0100
commit6953f9bde6b2f327279fd6d21a0acda9465ea9b2 (patch)
tree6df400af2c0467aeec44071011a97b8a901b0ec6 /dev-libs/libtommath
parentdev-libs/cyrus-sasl: fix IndirectInherits (edos2unix) (diff)
downloadgentoo-6953f9bde6b2f327279fd6d21a0acda9465ea9b2.tar.gz
gentoo-6953f9bde6b2f327279fd6d21a0acda9465ea9b2.tar.bz2
gentoo-6953f9bde6b2f327279fd6d21a0acda9465ea9b2.zip
dev-libs/libtommath: fix pkg-config libdir
See: c90ab38e3577aae61fac2341b34ad593948de1cd Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libtommath')
-rw-r--r--dev-libs/libtommath/libtommath-1.2.0-r1.ebuild (renamed from dev-libs/libtommath/libtommath-1.2.0.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0-r1.ebuild
index 50758fca838c..7b117347f4e7 100644
--- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.2.0-r1.ebuild
@@ -50,6 +50,7 @@ _emake() {
RANLIB="$(tc-getRANLIB)" \
IGNORE_SPEED=1 \
DESTDIR="${ED}" \
+ PREFIX="${EPREFIX}/usr" \
LIBPATH="/usr/$(get_libdir)" \
INCPATH="/usr/include" \
"$@"