summaryrefslogtreecommitdiff
path: root/net/libtorrent-rasterbar
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-09-24 08:43:45 +0000
committernia <nia@pkgsrc.org>2022-09-24 08:43:45 +0000
commitd8d3276dd92ddbd33355444f0ebfa0f1b90a90b3 (patch)
treea63bfa8020346315b36c3e4ea4451384d84c3d5f /net/libtorrent-rasterbar
parent8665b09b036b8ed9acbec4e33a689e32abeb0271 (diff)
downloadpkgsrc-d8d3276dd92ddbd33355444f0ebfa0f1b90a90b3.tar.gz
libtorrent-rasterbar: Use GNU language variant to get builtin alloca CVS: ----------------------------------------------------------------------
Diffstat (limited to 'net/libtorrent-rasterbar')
-rw-r--r--net/libtorrent-rasterbar/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libtorrent-rasterbar/Makefile b/net/libtorrent-rasterbar/Makefile
index 7b9ae3a5224..7ef21536482 100644
--- a/net/libtorrent-rasterbar/Makefile
+++ b/net/libtorrent-rasterbar/Makefile
@@ -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 implementation
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