pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/qbittorrent qbittorrent: Use gnu++14 for alloca



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14abe47238ba
branches:  trunk
changeset: 443860:14abe47238ba
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Dec 29 08:28:16 2020 +0000

description:
qbittorrent: Use gnu++14 for alloca

diffstat:

 net/qbittorrent/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f7025403d677 -r 14abe47238ba net/qbittorrent/Makefile
--- a/net/qbittorrent/Makefile  Tue Dec 29 02:04:47 2020 +0000
+++ b/net/qbittorrent/Makefile  Tue Dec 29 08:28:16 2020 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index