pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libtorrent-rasterbar libtorrent-rasterbar: build i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17fb94772308
branches:  trunk
changeset: 414623:17fb94772308
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 30 17:13:21 2020 +0000

description:
libtorrent-rasterbar: build in c++14 mode, as it is needed for qbittorrent

diffstat:

 net/libtorrent-rasterbar/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 3add1a7b2696 -r 17fb94772308 net/libtorrent-rasterbar/Makefile
--- a/net/libtorrent-rasterbar/Makefile Mon Mar 30 16:53:13 2020 +0000
+++ b/net/libtorrent-rasterbar/Makefile Mon Mar 30 17:13:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/03/20 11:57:43 nia Exp $
+# $NetBSD: Makefile,v 1.7 2020/03/30 17:13:21 adam Exp $
 
 DISTNAME=      libtorrent-rasterbar-1.2.5
 CATEGORIES=    net
@@ -12,11 +12,10 @@
 LICENSE=       modified-bsd
 
 USE_CMAKE=     yes
+USE_LANGUAGES= c c++14
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
 
-# C++11
-GCC_REQD+=     4.7
+GCC_REQD+=     6 # c++14
 
 PKGCONFIG_OVERRIDE+=   libtorrent-rasterbar.pc.in
 



Home | Main Index | Thread Index | Old Index