aboutsummaryrefslogtreecommitdiff
path: root/net-im/telegramqml/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-02-12 12:02:44 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-02-12 12:02:44 +0000
commit89f2abf9c3b636a01383e5a9d46ffaf4fc582cad (patch)
treeba522ac2d03a663ca624388351abfd7fb1b6ef37 /net-im/telegramqml/Makefile
parent56fbe3026a93c6ca39e0d32dd7a4268cbcf65d6a (diff)
downloadports-89f2abf9c3b636a01383e5a9d46ffaf4fc582cad.tar.gz
ports-89f2abf9c3b636a01383e5a9d46ffaf4fc582cad.zip
Notes
Diffstat (limited to 'net-im/telegramqml/Makefile')
-rw-r--r--net-im/telegramqml/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-im/telegramqml/Makefile b/net-im/telegramqml/Makefile
index b12866f19b86..512332524304 100644
--- a/net-im/telegramqml/Makefile
+++ b/net-im/telegramqml/Makefile
@@ -3,6 +3,7 @@
PORTNAME= telegramqml
PORTVERSION= 0.9.2
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= net-im
@@ -25,12 +26,6 @@ USE_LDCONFIG= yes
QMAKE_ARGS= BUILD_MODE+=lib \
LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae"
-# Explicitly disable C++11, as Qt 5.6 defaults to -std=gnu++11 when the
-# compiler supports it and the build currently fails.
-# ../TelegramQML-0.9.2/telegramqml.cpp:4794:10: error: case value evaluates to 2573335900, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
-# case Update::typeUpdateReadHistoryInbox:
-QMAKE_ARGS+= CONFIG-="c++11"
-
post-patch:
@${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \
${WRKSRC}/telegramqml.pri