From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/
Date: Tue, 14 Jun 2016 09:43:14 +0000 (UTC) [thread overview]
Message-ID: <1465897390.90d6be5780dcb28ab46f054272015e13d9af44e7.grobian@gentoo> (raw)
commit: 90d6be5780dcb28ab46f054272015e13d9af44e7
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 09:43:02 2016 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 09:43:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d6be57
dev-util/pkgconfig: add missing dep on virtual/libintl and add necessary workarounds for Solaris
Package-Manager: portage-2.2.28
dev-util/pkgconfig/pkgconfig-0.29.1.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/dev-util/pkgconfig/pkgconfig-0.29.1.ebuild b/dev-util/pkgconfig/pkgconfig-0.29.1.ebuild
index a17e4be..73f18e5 100644
--- a/dev-util/pkgconfig/pkgconfig-0.29.1.ebuild
+++ b/dev-util/pkgconfig/pkgconfig-0.29.1.ebuild
@@ -31,7 +31,8 @@ IUSE="elibc_FreeBSD elibc_glibc hardened internal-glib"
RDEPEND="!internal-glib? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
!dev-util/pkgconf[pkg-config]
!dev-util/pkg-config-lite
- !dev-util/pkgconfig-openbsd[pkg-config]"
+ !dev-util/pkgconfig-openbsd[pkg-config]
+ virtual/libintl"
DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
@@ -67,6 +68,12 @@ multilib_src_configure() {
# not good, esp. since Carbon should be deprecated
[[ ${CHOST} == *-darwin* ]] && \
append-ldflags -framework CoreFoundation -framework Carbon
+ if [[ ${CHOST} == *-solaris* ]] ; then
+ # required due to __EXTENSIONS__
+ append-cppflags -DENABLE_NLS
+ # similar to Darwin
+ append-ldflags -lintl
+ fi
fi
else
if ! has_version dev-util/pkgconfig; then
next reply other threads:[~2016-06-14 9:43 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-14 9:43 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-06 22:55 [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgconfig/ Fabian Groffen
2020-12-27 19:16 Fabian Groffen
2020-12-27 16:38 Fabian Groffen
2019-05-03 23:14 Mikle Kolyada
2018-01-19 2:41 Mike Frysinger
2017-11-13 22:40 James Le Cuirot
2017-10-29 20:07 Sergei Trofimovich
2017-10-27 13:49 Thomas Deutschmann
2017-10-25 23:43 Manuel Rüger
2017-09-26 21:34 Mike Gilbert
2017-09-15 15:38 Tobias Klausmann
2017-09-09 18:45 Sergei Trofimovich
2017-09-09 10:27 Markus Meier
2017-09-07 20:50 Sergei Trofimovich
2017-09-05 21:04 Mike Gilbert
2017-09-05 21:01 Sergei Trofimovich
2017-09-05 16:07 Mike Gilbert
2017-08-17 17:06 Michał Górny
2017-03-21 9:52 Lars Wendler
2017-03-21 9:52 Lars Wendler
2017-01-04 13:00 Fabian Groffen
2016-03-04 22:18 Lars Wendler
2016-01-22 17:48 Fabian Groffen
2015-09-29 11:43 Lars Wendler
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=1465897390.90d6be5780dcb28ab46f054272015e13d9af44e7.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