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: Sat Sep 24 08:43:45 UTC 2022
Modified Files:
pkgsrc/net/libtorrent-rasterbar: Makefile
Log Message:
libtorrent-rasterbar: Use GNU language variant to get builtin alloca CVS: ----------------------------------------------------------------------
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 pkgsrc/net/libtorrent-rasterbar/Makefile:1.26
--- pkgsrc/net/libtorrent-rasterbar/Makefile:1.25 Mon Jul 18 07:30:43 2022
+++ pkgsrc/net/libtorrent-rasterbar/Makefile Sat Sep 24 08:43:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/07/18 07:30:43 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/09/24 08:43:45 nia Exp $
DISTNAME= libtorrent-rasterbar-2.0.7
CATEGORIES= net
@@ -12,7 +12,8 @@ COMMENT= Feature complete C++ bittorrent
LICENSE= modified-bsd
USE_CMAKE= yes
-USE_LANGUAGES= c c++17
+# Use GNU language variant to get builtin alloca definition.
+USE_LANGUAGES= c gnu++14
USE_TOOLS+= pkg-config
GCC_REQD+= 6 # c++14
Home |
Main Index |
Thread Index |
Old Index