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: nia
Date: Fri Mar 12 09:24:37 UTC 2021
Modified Files:
pkgsrc/net/libtorrent-rasterbar: Makefile
Log Message:
libtorrent-rasterbar: Pass gnu++14 through wrappers instead of c++14
While it doesn't specify a -std= argument by default (which is a bug),
it needs C++14 but also uses alloca(), which is not properly defined
on NetBSD unless GNU extensions are enabled.
this should help building this package on aarch64.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/net/libtorrent-rasterbar/Makefile:1.16
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.15 Wed Jan 6 14:25:53 2021
+++ pkgsrc/net/libtorrent-rasterbar/Makefile Fri Mar 12 09:24:36 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/01/06 14:25:53 adam Exp $
+# $NetBSD: Makefile,v 1.16 2021/03/12 09:24:36 nia Exp $
DISTNAME= libtorrent-rasterbar-1.2.12
CATEGORIES= net
@@ -12,7 +12,7 @@ COMMENT= Feature complete C++ bittorrent
LICENSE= modified-bsd
USE_CMAKE= yes
-USE_LANGUAGES= c c++14
+USE_LANGUAGES= c gnu++14
USE_TOOLS+= pkg-config
GCC_REQD+= 6 # c++14
Home |
Main Index |
Thread Index |
Old Index