pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/qbittorrent
Module Name: pkgsrc
Committed By: nia
Date: Tue Dec 29 08:28:16 UTC 2020
Modified Files:
pkgsrc/net/qbittorrent: Makefile
Log Message:
qbittorrent: Use gnu++14 for alloca
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/qbittorrent/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/qbittorrent/Makefile
diff -u pkgsrc/net/qbittorrent/Makefile:1.19 pkgsrc/net/qbittorrent/Makefile:1.20
--- pkgsrc/net/qbittorrent/Makefile:1.19 Thu Nov 26 09:32:16 2020
+++ pkgsrc/net/qbittorrent/Makefile Tue Dec 29 08:28:16 2020
@@ -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"
Home |
Main Index |
Thread Index |
Old Index