pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libopenmpt
Module Name: pkgsrc
Committed By: wiz
Date: Sat Jan 8 11:57:37 UTC 2022
Modified Files:
pkgsrc/audio/libopenmpt: Makefile
Log Message:
libopenmpt: set GCC_REQD to 8 due to charconv usage
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/audio/libopenmpt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/libopenmpt/Makefile
diff -u pkgsrc/audio/libopenmpt/Makefile:1.55 pkgsrc/audio/libopenmpt/Makefile:1.56
--- pkgsrc/audio/libopenmpt/Makefile:1.55 Thu Dec 30 19:43:09 2021
+++ pkgsrc/audio/libopenmpt/Makefile Sat Jan 8 11:57:37 2022
@@ -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 @@ BUILD_DEPENDS+= help2man-[0-9]*:../../co
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