Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/glib/
Date: Thu, 07 Jun 2012 18:27:17
Message-Id: 1339093597.47cb277a73b141e658395c5e0b4d50119d40da12.tetromino@gentoo
1 commit: 47cb277a73b141e658395c5e0b4d50119d40da12
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 7 18:26:37 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Thu Jun 7 18:26:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=47cb277a
7
8 dev-libs/glib: sync with gx86 (bug #420135)
9
10 ---
11 dev-libs/glib/glib-9999.ebuild | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/dev-libs/glib/glib-9999.ebuild b/dev-libs/glib/glib-9999.ebuild
15 index 576d38b..1d9fff6 100644
16 --- a/dev-libs/glib/glib-9999.ebuild
17 +++ b/dev-libs/glib/glib-9999.ebuild
18 @@ -135,7 +135,7 @@ src_configure() {
19 # Avoid circular depend with dev-util/pkgconfig and
20 # native builds (cross-compiles won't need pkg-config
21 # in the target ROOT to work here)
22 - if ! tc-is-cross-compiler && ! has_version virtual/pkgconfig; then
23 + if ! tc-is-cross-compiler && ! $(tc-getPKG_CONFIG) --version >& /dev/null; then
24 if has_version sys-apps/dbus; then
25 export DBUS1_CFLAGS="-I/usr/include/dbus-1.0 -I/usr/$(get_libdir)/dbus-1.0/include"
26 export DBUS1_LIBS="-ldbus-1"