svn commit: r499901 - head/net-im/cutegram

Piotr Kubaj pkubaj at FreeBSD.org
Wed Apr 24 19:40:49 UTC 2019


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 at 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" \


More information about the svn-ports-all mailing list