Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 09:45:55 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r489149 - branches/2019Q1/x11-themes/qtcurve
Message-ID:  <201901030945.x039jtvq030024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901030945.x039jtvq030024>