commit:     a4c8665c333823cad773879a3ae4af6519cdef79
Author:     Bjorn Pagen <bjornpagen <AT> gmail <DOT> com>
AuthorDate: Sun Dec 10 17:43:33 2017 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 20:24:11 2017 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=a4c8665c

dev-qt/qtcore: fix qtcore so it compiles with gcc

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 dev-qt/qtcore/qtcore-5.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.9.3.ebuild 
b/dev-qt/qtcore/qtcore-5.9.3.ebuild
index 925398f..6c0b59f 100644
--- a/dev-qt/qtcore/qtcore-5.9.3.ebuild
+++ b/dev-qt/qtcore/qtcore-5.9.3.ebuild
@@ -53,7 +53,7 @@ src_configure() {
                $(qt_use icu)
                $(qt_use !icu iconv)
                $(qt_use systemd journald)
-               $(usex libcxx "-platform linux-clang-libc++")
+               $(if use libcxx ; then echo "-platform linux-clang-libc++" ; fi)
        )
        qt5-build_src_configure
 }

Reply via email to