svn commit: r489149 - branches/2019Q1/x11-themes/qtcurve
Adriaan de Groot
adridg at FreeBSD.org
Thu Jan 3 09:45:56 UTC 2019
Author: adridg
Date: Thu Jan 3 09:45:55 2019
New Revision: 489149
URL: https://svnweb.freebsd.org/changeset/ports/489149
Log:
MFH: r489100
In r488805 KDE4 support was removed, but the Qt4 variant checks
for, and then *requires*, KDE4 unless you tell it not to. Restore
the missing configure argument (but now, set it always to off).
Reported by: antoine
Approved by: portmgr (miwi)
Modified:
branches/2019Q1/x11-themes/qtcurve/Makefile
Directory Properties:
branches/2019Q1/ (props changed)
Modified: branches/2019Q1/x11-themes/qtcurve/Makefile
==============================================================================
--- branches/2019Q1/x11-themes/qtcurve/Makefile Thu Jan 3 09:39:21 2019 (r489148)
+++ branches/2019Q1/x11-themes/qtcurve/Makefile Thu Jan 3 09:45:55 2019 (r489149)
@@ -43,6 +43,7 @@ WITH_${QTCURVE_SLAVE}= On
CMAKE_ARGS+= -DENABLE_GTK2=${WITH_gtk2} \
-DENABLE_QT4=${WITH_qt4} \
-DENABLE_QT5=${WITH_qt5} \
+ -DQTC_QT4_ENABLE_KDE=Off \
-DQTC_QT5_ENABLE_KDE=${WITH_kf5}
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-branches
mailing list