aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorpkubaj <pkubaj@FreeBSD.org>2019-04-25 03:40:48 +0800
committerpkubaj <pkubaj@FreeBSD.org>2019-04-25 03:40:48 +0800
commit9a4477c1e91436f97c01667a958a5b0e148cb32c (patch)
treed253e34f5f6673e90027dcb999494d49fea941d4 /net-im
parenta671604c57a8b5cb841e0e81bcf4e6d964d72d4c (diff)
downloadfreebsd-ports-gnome-9a4477c1e91436f97c01667a958a5b0e148cb32c.tar.gz
freebsd-ports-gnome-9a4477c1e91436f97c01667a958a5b0e148cb32c.tar.zst
freebsd-ports-gnome-9a4477c1e91436f97c01667a958a5b0e148cb32c.zip
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
Diffstat (limited to 'net-im')
-rw-r--r--net-im/cutegram/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/cutegram/Makefile b/net-im/cutegram/Makefile
index a1eded237e67..3de703124563 100644
--- a/net-im/cutegram/Makefile
+++ b/net-im/cutegram/Makefile
@@ -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" \