Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2019 08:09:44 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490352 - head/net/nitroshare
Message-ID:  <201901150809.x0F89i5E048331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901150809.x0F89i5E048331>