diff options
author | Bjorn Pagen <bjornpagen@gmail.com> | 2017-12-10 12:43:33 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-12-10 15:24:11 -0500 |
commit | a4c8665c333823cad773879a3ae4af6519cdef79 (patch) | |
tree | fb0d075b5f1f6bdce311dc493e965514ec09cdea /dev-qt | |
parent | dev-qt/qtcore: update metadata for qtcore (diff) | |
download | musl-a4c8665c333823cad773879a3ae4af6519cdef79.tar.gz musl-a4c8665c333823cad773879a3ae4af6519cdef79.tar.bz2 musl-a4c8665c333823cad773879a3ae4af6519cdef79.zip |
dev-qt/qtcore: fix qtcore so it compiles with gcc
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.9.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.9.3.ebuild b/dev-qt/qtcore/qtcore-5.9.3.ebuild index 925398f8..6c0b59ff 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 } |