Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2018 12:02:52 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483479 - head/net-im/libqtelegram-ae
Message-ID:  <201810301202.w9UC2qdQ010154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Oct 30 12:02:51 2018
New Revision: 483479
URL: https://svnweb.freebsd.org/changeset/ports/483479

Log:
  Fix build on gcc-based archs.
  
  PR:		232384
  Submitted by:	henry.hu.sh@gmail.com
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-im/libqtelegram-ae/Makefile

Modified: head/net-im/libqtelegram-ae/Makefile
==============================================================================
--- head/net-im/libqtelegram-ae/Makefile	Tue Oct 30 12:00:44 2018	(r483478)
+++ head/net-im/libqtelegram-ae/Makefile	Tue Oct 30 12:02:51 2018	(r483479)
@@ -18,7 +18,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	Aseman-Land
 GH_PROJECT=	libqtelegram-aseman-edition
 
-USES=		qmake:outsource qt:5 ssl
+USES=		compiler:c++11-lang qmake:outsource qt:5 ssl
 USE_QT=		qmake_build buildtools_build core gui network multimedia
 USE_LDCONFIG=	yes
 



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