Date: Wed, 2 Jan 2019 23:30:55 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489100 - head/x11-themes/qtcurve Message-ID: <201901022330.x02NUtHQ004382@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Wed Jan 2 23:30:55 2019 New Revision: 489100 URL: https://svnweb.freebsd.org/changeset/ports/489100 Log: 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 MFH: 2019Q1 Modified: head/x11-themes/qtcurve/Makefile Modified: head/x11-themes/qtcurve/Makefile ============================================================================== --- head/x11-themes/qtcurve/Makefile Wed Jan 2 22:58:59 2019 (r489099) +++ head/x11-themes/qtcurve/Makefile Wed Jan 2 23:30:55 2019 (r489100) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901022330.x02NUtHQ004382>