pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/libtorrent-rasterbar
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 30 17:13:21 UTC 2020
Modified Files:
pkgsrc/net/libtorrent-rasterbar: Makefile
Log Message:
libtorrent-rasterbar: build in c++14 mode, as it is needed for qbittorrent
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/libtorrent-rasterbar/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/libtorrent-rasterbar/Makefile
diff -u pkgsrc/net/libtorrent-rasterbar/Makefile:1.6 pkgsrc/net/libtorrent-rasterbar/Makefile:1.7
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.6 Fri Mar 20 11:57:43 2020
+++ pkgsrc/net/libtorrent-rasterbar/Makefile Mon Mar 30 17:13:21 2020
@@ -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 @@ COMMENT= Feature complete C++ bittorrent
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