Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Oct 2018 03:08:13 +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: r481595 - head/dns/qmdnsengine
Message-ID:  <201810090308.w9938Ew0064942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Oct  9 03:08:13 2018
New Revision: 481595
URL: https://svnweb.freebsd.org/changeset/ports/481595

Log:
  dns/qmdnsengine: Fix build with GCC-based architecture
  
  PR:		232102
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/dns/qmdnsengine/Makefile

Modified: head/dns/qmdnsengine/Makefile
==============================================================================
--- head/dns/qmdnsengine/Makefile	Tue Oct  9 02:41:34 2018	(r481594)
+++ head/dns/qmdnsengine/Makefile	Tue Oct  9 03:08:13 2018	(r481595)
@@ -12,7 +12,7 @@ COMMENT=	Multicast DNS library for Qt applications
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USES=		cmake:outsource qt:5
+USES=		cmake:outsource compiler:c++11-lang qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	nitroshare
 USE_QT=		core network buildtools_build qmake_build



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