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/2e76494239be
branches: trunk
changeset: 426363:2e76494239be
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 a3dc45a816d4 -r 2e76494239be 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