aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2014-07-30 00:14:22 +0200
committerDavide Pesavento <pesa@gentoo.org>2014-07-30 00:14:22 +0200
commit54ec3ccc928738d3545d0967606215dbd3c4b756 (patch)
tree76ce5508a77a470361071252aadc8b58a455a966 /dev-qt/qtcore/qtcore-5.9999.ebuild
parent[qt5-build.eclass] Enable session management globally and unconditionally. (diff)
downloadqt-54ec3ccc928738d3545d0967606215dbd3c4b756.tar.gz
qt-54ec3ccc928738d3545d0967606215dbd3c4b756.tar.bz2
qt-54ec3ccc928738d3545d0967606215dbd3c4b756.zip
[dev-qt/qtcore:5] Don't define QT_ZLIB.
1) It's qtcore, so we can just use whatever the configure generates. 2) The actual macro for the feature is QT(_NO)_COMPRESS. I believe QT_ZLIB is defined only when using the bundled zlib. 3) QT(_NO)_ZLIB isn't used anywhere anyway. Package-Manager: portage-2.2.10
Diffstat (limited to 'dev-qt/qtcore/qtcore-5.9999.ebuild')
-rw-r--r--dev-qt/qtcore/qtcore-5.9999.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-qt/qtcore/qtcore-5.9999.ebuild b/dev-qt/qtcore/qtcore-5.9999.ebuild
index 3ed8bb62..f3675ba3 100644
--- a/dev-qt/qtcore/qtcore-5.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-5.9999.ebuild
@@ -34,10 +34,6 @@ QT5_TARGET_SUBDIRS=(
src/corelib
)
-QT5_GENTOO_CONFIG=(
- ::ZLIB
-)
-
src_configure() {
local myconf=(
$(qt_use glib)