aboutsummaryrefslogtreecommitdiff
path: root/net-im/libqtelegram-ae/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on gcc-based archs.Mark Linimon2018-10-301-1/+1
| | | | | | | | | PR: 232384 Submitted by: henry.hu.sh@gmail.com Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=483479
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Change c++11 behaviour of net-im/libqtelegram-ae and net-im/telegramqml.Tobias C. Berner2017-02-121-6/+1
| | | | | | | | | | | Instead of explicitely disabling c++11 mode as the code uses narrowing of unsigned ints to ints, simply pass -no-c++11-narrowing if the compiler is clang. This is done in preparation for Qt 5.7.1, which requires c++11 mode. Approved by: rakuco (mentor) Notes: svn path=/head/; revision=433938
* Explicitly disable C++11 during the build.Raphael Kubo da Costa2016-09-031-0/+6
| | | | | | | | | | | | | | | | Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler supports it, and the build currently does not work: ../libqtelegram-aseman-edition-6.1-stable/telegram/types/accountdaysttl.cpp:51:10: error: case value evaluates to 3100684255, which cannot be narrowed to type 'int' [-Wc++11-narrowing] case typeAccountDaysTTL: { Note that Qt 5.7 will start requiring C++11 support, so this will need to be fixed properly in the future. PR: 211916 Notes: svn path=/head/; revision=421293
* Fix build with libc++ 3.8.0.Guido Falsi2016-06-181-0/+5
| | | | | | | | | PR: 209967 Submitted by: me Approved by: Henry Hu <henry.hu.sh at gmail.com> (maintainer) Notes: svn path=/head/; revision=417093
* libqtelegram-aseman-edition is a fork of libqtelegram by Aseman Team which isGuido Falsi2016-02-021-0/+24
porting to windows and mac alongside linux support. It's also build using qmake instead of cmake. WWW: https://github.com/Aseman-Land/libqtelegram-aseman-edition PR: 204348 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Notes: svn path=/head/; revision=407910