pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libmodplug



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jan  3 12:15:33 UTC 2026

Modified Files:
        pkgsrc/audio/libmodplug: Makefile

Log Message:
libmodplug: Fix build with recent clang.

Uncovered by drecklypkg ci. Probably this will eventually cause
problems with GCC too.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/libmodplug/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/libmodplug/Makefile
diff -u pkgsrc/audio/libmodplug/Makefile:1.19 pkgsrc/audio/libmodplug/Makefile:1.20
--- pkgsrc/audio/libmodplug/Makefile:1.19       Mon Nov 17 11:00:19 2025
+++ pkgsrc/audio/libmodplug/Makefile    Sat Jan  3 12:15:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/11/17 11:00:19 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/01/03 12:15:33 nia Exp $
 
 DISTNAME=      libmodplug-0.8.9.0
 CATEGORIES=    audio
@@ -14,5 +14,7 @@ USE_LIBTOOL=          yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE+=   libmodplug.pc.in
 
+FORCE_CXX_STD=         gnu++98
+
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index