pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libilbc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  9 15:56:27 UTC 2025

Modified Files:
        pkgsrc/audio/libilbc: Makefile

Log Message:
libilbc: needs c++17 now due to abseil


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/libilbc/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/libilbc/Makefile
diff -u pkgsrc/audio/libilbc/Makefile:1.4 pkgsrc/audio/libilbc/Makefile:1.5
--- pkgsrc/audio/libilbc/Makefile:1.4   Thu Jul  3 06:28:29 2025
+++ pkgsrc/audio/libilbc/Makefile       Wed Jul  9 15:56:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2025/07/03 06:28:29 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/07/09 15:56:27 wiz Exp $
 
 DISTNAME=      libilbc-3.0.4
 PKGREVISION=   3
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/TimothyGu/l
 COMMENT=       The iLBC codec from the WebRTC project
 LICENSE=       modified-bsd
 
-USE_CXX_FEATURES=      c++14
+USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
 



Home | Main Index | Thread Index | Old Index