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
This commit is contained in:
Piotr Kubaj 2019-04-24 19:40:48 +00:00
parent 77c8d5230f
commit baa4157ee8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499901

View File

@ -23,7 +23,7 @@ GH_PROJECT= Cutegram aseman-qt-tools:tools
GH_TAGNAME= 91bf14b:tools GH_TAGNAME= 91bf14b:tools
GH_SUBDIR= Cutegram/asemantools: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 \ USE_QT= qmake_build buildtools_build core declarative sql xml multimedia \
widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3 widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3
QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \ QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \