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: Use GNU...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9754eb9e958
branches:  trunk
changeset: 385696:b9754eb9e958
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 24 08:43:45 2022 +0000

description:
libtorrent-rasterbar: Use GNU language variant to get builtin alloca CVS: ----------------------------------------------------------------------

diffstat:

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

diffs (19 lines):

diff -r 8d8b2339136a -r b9754eb9e958 net/libtorrent-rasterbar/Makefile
--- a/net/libtorrent-rasterbar/Makefile Sat Sep 24 08:33:19 2022 +0000
+++ b/net/libtorrent-rasterbar/Makefile Sat Sep 24 08:43:45 2022 +0000
@@ -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 @@
 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