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:   adam
Date:           Tue Jul 15 08:43:14 UTC 2025

Modified Files:
        pkgsrc/audio/libilbc: Makefile

Log Message:
libilbc: fix build with newer abseil


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/audio/libilbc/Makefile:1.6
--- pkgsrc/audio/libilbc/Makefile:1.5   Wed Jul  9 15:56:27 2025
+++ pkgsrc/audio/libilbc/Makefile       Tue Jul 15 08:43:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/07/09 15:56:27 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/07/15 08:43:14 adam Exp $
 
 DISTNAME=      libilbc-3.0.4
 PKGREVISION=   3
@@ -14,6 +14,7 @@ LICENSE=      modified-bsd
 USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config
+FORCE_CXX_STD=         c++17
 
 PKGCONFIG_OVERRIDE+=   libilbc.pc.in
 



Home | Main Index | Thread Index | Old Index