svn commit: r490352 - head/net/nitroshare

Yuri Victorovich yuri at FreeBSD.org
Tue Jan 15 08:09:45 UTC 2019


Author: yuri
Date: Tue Jan 15 08:09:44 2019
New Revision: 490352
URL: https://svnweb.freebsd.org/changeset/ports/490352

Log:
  net/nitroshare: fix build with GCC-based architectures
  
  PR:		234955
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/net/nitroshare/Makefile

Modified: head/net/nitroshare/Makefile
==============================================================================
--- head/net/nitroshare/Makefile	Tue Jan 15 07:49:07 2019	(r490351)
+++ head/net/nitroshare/Makefile	Tue Jan 15 08:09:44 2019	(r490352)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LIB_DEPENDS=	libqhttpengine.so:www/qhttpengine \
 		libqmdnsengine.so:dns/qmdnsengine
 
-USES=		cmake qt:5
+USES=		cmake compiler:c++11-lang qt:5
 USE_GITHUB=	yes
 GH_PROJECT=	${PORTNAME}-desktop
 USE_QT=		core gui network widgets buildtools_build qmake_build


More information about the svn-ports-head mailing list