svn commit: r482604 - head/sysutils/signon-qt5

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:58:03 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:58:02 2018
New Revision: 482604
URL: https://svnweb.freebsd.org/changeset/ports/482604

Log:
  sysutils/signon-qt5: fix build with GCC-based architectures
  
  PR:		231961
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/sysutils/signon-qt5/Makefile

Modified: head/sysutils/signon-qt5/Makefile
==============================================================================
--- head/sysutils/signon-qt5/Makefile	Sat Oct 20 16:51:28 2018	(r482603)
+++ head/sysutils/signon-qt5/Makefile	Sat Oct 20 16:58:02 2018	(r482604)
@@ -12,7 +12,8 @@ COMMENT=	D-Bus service performing user authentication
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext pathfix pkgconfig python qmake qt:5 tar:bz2
+USES=		compiler:c++11-lang gettext pathfix pkgconfig python qmake \
+		qt:5 tar:bz2
 USE_QT=		core dbus gui network sql testlib xml \
 		buildtools_build qmake_build
 


More information about the svn-ports-all mailing list