svn commit: r482866 - head/sysutils/polkit-qt

Tobias C. Berner tcberner at FreeBSD.org
Tue Oct 23 18:25:18 UTC 2018


Author: tcberner
Date: Tue Oct 23 18:25:17 2018
New Revision: 482866
URL: https://svnweb.freebsd.org/changeset/ports/482866

Log:
  sysutils/polkit-qt: fix build with GCC-based architectures
  
  - while here: add missing USES=gnome.
  
  PR:		232559
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/sysutils/polkit-qt/Makefile

Modified: head/sysutils/polkit-qt/Makefile
==============================================================================
--- head/sysutils/polkit-qt/Makefile	Tue Oct 23 18:13:04 2018	(r482865)
+++ head/sysutils/polkit-qt/Makefile	Tue Oct 23 18:25:17 2018	(r482866)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libpolkit-agent-1.so:sysutils/polkit
 FLAVORS=	qt4 qt5
 FLAVOR?=	${FLAVORS:[1]}
 
-USES=		cmake:outsource pkgconfig tar:bzip2
+USES=		cmake:outsource gnome pkgconfig tar:bzip2
 USE_GNOME=	glib20
 CMAKE_OFF=	BUILD_EXAMPLES  \
 		BUILD_TEST
@@ -34,7 +34,7 @@ CMAKE_ON+=	USE_QT4
 CMAKE_OFF+=	USE_QT5
 QTVER_SUFFIX=	# empty
 .  else
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		core dbus gui widgets buildtools_build qmake_build
 CMAKE_ON+=	USE_QT5
 CMAKE_OFF+=	USE_QT4


More information about the svn-ports-head mailing list