svn commit: r482605 - head/net/qoauth-qt5

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 17:00:29 UTC 2018


Author: tcberner
Date: Sat Oct 20 17:00:28 2018
New Revision: 482605
URL: https://svnweb.freebsd.org/changeset/ports/482605

Log:
  net/qoauth-qt5: fix build on GCC-based architectures
  
  PR:		231915
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/net/qoauth-qt5/Makefile

Modified: head/net/qoauth-qt5/Makefile
==============================================================================
--- head/net/qoauth-qt5/Makefile	Sat Oct 20 16:58:02 2018	(r482604)
+++ head/net/qoauth-qt5/Makefile	Sat Oct 20 17:00:28 2018	(r482605)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libqca-qt5.so:devel/qca at qt5
 
-USES=		qmake:outsource qt:5
+USES=		compiler:c++11-lang qmake:outsource qt:5
 USE_LDCONFIG=	yes
 USE_QT=		core network testlib buildtools_build qmake_build
 


More information about the svn-ports-all mailing list