pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2025Q4] pkgsrc/audio/libmodplug



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Jan  4 17:11:48 UTC 2026

Modified Files:
        pkgsrc/audio/libmodplug [pkgsrc-2025Q4]: Makefile

Log Message:
Pullup ticket #7040 - requested by nia
audio/libmodplug: build fix

Revisions pulled up:
- audio/libmodplug/Makefile                                     1.20

---
   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.19.2.1 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.19.2.1
--- pkgsrc/audio/libmodplug/Makefile:1.19       Mon Nov 17 11:00:19 2025
+++ pkgsrc/audio/libmodplug/Makefile    Sun Jan  4 17:11:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2025/11/17 11:00:19 wiz Exp $
+# $NetBSD: Makefile,v 1.19.2.1 2026/01/04 17:11:48 bsiegert 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