summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-29 08:28:16 +0000
committernia <nia@pkgsrc.org>2020-12-29 08:28:16 +0000
commit53ff2b43ca907c8aeffff8512fc19dea636f5d94 (patch)
tree2f5e55b1b326da825ece2ec37d7e7cb4f2510806 /net
parent250177ad8fe865426157116f788f51534b8f3c30 (diff)
downloadpkgsrc-53ff2b43ca907c8aeffff8512fc19dea636f5d94.tar.gz
qbittorrent: Use gnu++14 for alloca
Diffstat (limited to 'net')
-rw-r--r--net/qbittorrent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/qbittorrent/Makefile b/net/qbittorrent/Makefile
index c6bec5f01b7..af80f827a1f 100644
--- a/net/qbittorrent/Makefile
+++ b/net/qbittorrent/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/11/26 09:32:16 adam Exp $
+# $NetBSD: Makefile,v 1.20 2020/12/29 08:28:16 nia Exp $
DISTNAME= qbittorrent-4.3.1
CATEGORIES= net
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
USE_CMAKE= yes
# c++14 mode is required; also for libtorrent
# https://github.com/qbittorrent/qBittorrent/issues/11425
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c gnu++14
USE_TOOLS+= pkg-config
CMAKE_ARGS+= -DCMAKE_BUILD_TYPE="Release"