diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-30 20:02:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-30 20:02:51 +0800 |
commit | 682330c89ce15c7771022747612a6f684d88b33c (patch) | |
tree | 7241b7ba1b607804e5a549737fc843e7696f7b74 /net-im | |
parent | ee6fb5b04bd0cb92bc98b0a849426810b0a7fa07 (diff) | |
download | freebsd-ports-gnome-682330c89ce15c7771022747612a6f684d88b33c.tar.gz freebsd-ports-gnome-682330c89ce15c7771022747612a6f684d88b33c.tar.zst freebsd-ports-gnome-682330c89ce15c7771022747612a6f684d88b33c.zip |
Fix build on gcc-based archs.
PR: 232384
Submitted by: henry.hu.sh@gmail.com
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libqtelegram-ae/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/libqtelegram-ae/Makefile b/net-im/libqtelegram-ae/Makefile index bb23674fb75e..6f3cb4fa1ad1 100644 --- a/net-im/libqtelegram-ae/Makefile +++ b/net-im/libqtelegram-ae/Makefile @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= Aseman-Land GH_PROJECT= libqtelegram-aseman-edition -USES= qmake:outsource qt:5 ssl +USES= compiler:c++11-lang qmake:outsource qt:5 ssl USE_QT= qmake_build buildtools_build core gui network multimedia USE_LDCONFIG= yes |