Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: dev-qt/qtcore/
Date: Sun, 10 Dec 2017 20:24:42
Message-Id: 1512937451.a4c8665c333823cad773879a3ae4af6519cdef79.blueness@gentoo
1 commit: a4c8665c333823cad773879a3ae4af6519cdef79
2 Author: Bjorn Pagen <bjornpagen <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 10 17:43:33 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 10 20:24:11 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=a4c8665c
7
8 dev-qt/qtcore: fix qtcore so it compiles with gcc
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 dev-qt/qtcore/qtcore-5.9.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtcore/qtcore-5.9.3.ebuild b/dev-qt/qtcore/qtcore-5.9.3.ebuild
16 index 925398f..6c0b59f 100644
17 --- a/dev-qt/qtcore/qtcore-5.9.3.ebuild
18 +++ b/dev-qt/qtcore/qtcore-5.9.3.ebuild
19 @@ -53,7 +53,7 @@ src_configure() {
20 $(qt_use icu)
21 $(qt_use !icu iconv)
22 $(qt_use systemd journald)
23 - $(usex libcxx "-platform linux-clang-libc++")
24 + $(if use libcxx ; then echo "-platform linux-clang-libc++" ; fi)
25 )
26 qt5-build_src_configure
27 }