Changeset View
Changeset View
Standalone View
Standalone View
net-im/libqtelegram-ae/Makefile
| Show All 16 Lines | |||||
| GH_ACCOUNT= Aseman-Land | GH_ACCOUNT= Aseman-Land | ||||
| GH_PROJECT= libqtelegram-aseman-edition | GH_PROJECT= libqtelegram-aseman-edition | ||||
| USES= qmake:outsource | USES= qmake:outsource | ||||
| USE_QT5= qmake_build buildtools_build core gui network multimedia | USE_QT5= qmake_build buildtools_build core gui network multimedia | ||||
| USE_OPENSSL= yes | USE_OPENSSL= yes | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| # Explicitly disable C++11, as Qt 5.6 defaults to -std=gnu++11 when the | |||||
| # compiler supports it and the build currently fails. | |||||
| # ../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: { | |||||
| QMAKE_ARGS= CONFIG-="c++11" | |||||
| post-patch: | post-patch: | ||||
| @${REINPLACE_CMD} -e "/OPENSSL_INCLUDE_PATH/d" \ | @${REINPLACE_CMD} -e "/OPENSSL_INCLUDE_PATH/d" \ | ||||
| ${WRKSRC}/libqtelegram-ae.pri | ${WRKSRC}/libqtelegram-ae.pri | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||