From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmpack/
Date: Thu, 14 Jul 2022 19:43:05 +0000 (UTC) [thread overview]
Message-ID: <1657827782.e97e5e3c03d2f1145b777341aafbb713436a842f.grobian@gentoo> (raw)
commit: e97e5e3c03d2f1145b777341aafbb713436a842f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 19:41:27 2022 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 19:43:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97e5e3c
dev-libs/libmpack-1.0.5-r3: fix for Prefix, bug #831898
Patch by Victor Ananyev in bug 831898#c3
Closes: https://bugs.gentoo.org/831898
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-libs/libmpack/libmpack-1.0.5-r3.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-libs/libmpack/libmpack-1.0.5-r3.ebuild b/dev-libs/libmpack/libmpack-1.0.5-r3.ebuild
index ee84302d76e2..f1fc343d175b 100644
--- a/dev-libs/libmpack/libmpack-1.0.5-r3.ebuild
+++ b/dev-libs/libmpack/libmpack-1.0.5-r3.ebuild
@@ -33,7 +33,8 @@ src_compile() {
"PREFIX=${EPREFIX}/usr"
"CC=$(tc-getCC)"
"config=release"
- "LIBDIR=/usr/$(get_libdir)"
+ "LIBDIR=${EPREFIX}/usr/$(get_libdir)"
+ "INCDIR=${EPREFIX}/usr/include"
)
emake "${myemakeargs[@]}" lib-bin
@@ -47,8 +48,9 @@ src_install() {
local myemakeargs=(
"VERBOSE=1"
"PREFIX=${EPREFIX}/usr"
- "DESTDIR=${ED}"
- "LIBDIR=/usr/$(get_libdir)"
+ "DESTDIR=${D}"
+ "LIBDIR=${EPREFIX}/usr/$(get_libdir)"
+ "INCDIR=${EPREFIX}/usr/include"
"XLDFLAGS=-shared"
)
next reply other threads:[~2022-07-14 19:43 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-14 19:43 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-10-04 14:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmpack/ Conrad Kostecki
2023-10-03 23:55 Sam James
2023-10-03 23:55 Sam James
2023-10-03 23:55 Sam James
2023-09-02 19:52 Conrad Kostecki
2023-08-30 18:30 Conrad Kostecki
2023-08-05 22:41 Conrad Kostecki
2022-07-21 8:31 Conrad Kostecki
2022-07-21 7:13 Agostino Sarubbo
2022-07-20 20:01 Sam James
2022-07-20 20:01 Sam James
2022-07-15 7:40 Sam James
2022-02-20 15:11 Conrad Kostecki
2021-10-11 13:47 Yixun Lan
2021-04-21 20:29 Conrad Kostecki
2021-04-18 19:41 Sergei Trofimovich
2021-03-28 1:29 Sam James
2021-03-08 2:02 Aaron Bauman
2021-01-23 4:20 Sam James
2021-01-23 4:09 Sam James
2020-12-05 20:55 Conrad Kostecki
2020-11-29 18:49 Conrad Kostecki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1657827782.e97e5e3c03d2f1145b777341aafbb713436a842f.grobian@gentoo \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox