svn commit: r489100 - head/x11-themes/qtcurve

Adriaan de Groot adridg at FreeBSD.org
Wed Jan 2 23:30:56 UTC 2019


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
 


More information about the svn-ports-head mailing list