pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libopenmpt libopenmpt: set GCC_REQD to 8 due to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cb21c1e6dd4
branches:  trunk
changeset: 371278:2cb21c1e6dd4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jan 08 11:57:37 2022 +0000

description:
libopenmpt: set GCC_REQD to 8 due to charconv usage

diffstat:

 audio/libopenmpt/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 22b11139f29d -r 2cb21c1e6dd4 audio/libopenmpt/Makefile
--- a/audio/libopenmpt/Makefile Sat Jan 08 11:47:49 2022 +0000
+++ b/audio/libopenmpt/Makefile Sat Jan 08 11:57:37 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2021/12/30 19:43:09 fcambus Exp $
+# $NetBSD: Makefile,v 1.56 2022/01/08 11:57:37 wiz Exp $
 
 DISTNAME=      libopenmpt-0.6.0+release.autotools
 PKGNAME=       ${DISTNAME:C/\+.*//}
@@ -15,6 +15,8 @@
 USE_LANGUAGES= c c++
 USE_TOOLS=     gmake pkg-config
 
+GCC_REQD+=     8 # std::charconv
+
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE=    libmodplug/libmodplug.pc.in libopenmpt/libopenmpt.pc.in



Home | Main Index | Thread Index | Old Index