Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 19:40:48 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499901 - head/net-im/cutegram
Message-ID:  <201904241940.x3OJemJ0045467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Apr 24 19:40:48 2019
New Revision: 499901
URL: https://svnweb.freebsd.org/changeset/ports/499901

Log:
  net-im/cutegram: fix build with GCC-based architectures
  
  PR:		237114
  Approved by:	tcberner (mentor), henry.hu.sh@gmail.com (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D20020

Modified:
  head/net-im/cutegram/Makefile

Modified: head/net-im/cutegram/Makefile
==============================================================================
--- head/net-im/cutegram/Makefile	Wed Apr 24 19:36:20 2019	(r499900)
+++ head/net-im/cutegram/Makefile	Wed Apr 24 19:40:48 2019	(r499901)
@@ -23,7 +23,7 @@ GH_PROJECT=	Cutegram aseman-qt-tools:tools
 GH_TAGNAME=	91bf14b:tools
 GH_SUBDIR=	Cutegram/asemantools:tools
 
-USES=		qmake:outsource desktop-file-utils qt:5 ssl
+USES=		compiler:c++11-lang qmake:outsource desktop-file-utils qt:5 ssl
 USE_QT=		qmake_build buildtools_build core declarative sql xml multimedia \
 		widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
 QMAKE_ARGS=	LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \



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