pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libshout



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Oct 26 12:06:41 UTC 2025

Modified Files:
        pkgsrc/audio/libshout: Makefile

Log Message:
audio/libshout: Fix GCC 14 build


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/libshout/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/libshout/Makefile
diff -u pkgsrc/audio/libshout/Makefile:1.23 pkgsrc/audio/libshout/Makefile:1.24
--- pkgsrc/audio/libshout/Makefile:1.23 Sat Apr 12 06:54:13 2025
+++ pkgsrc/audio/libshout/Makefile      Sun Oct 26 12:06:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/04/12 06:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/10/26 12:06:41 ryoon Exp $
 
 DISTNAME=      libshout-2.4.6
 PKGREVISION=   2
@@ -17,6 +17,8 @@ USE_TOOLS+=           pkg-config
 GNU_CONFIGURE=         YES
 PKGCONFIG_OVERRIDE=    shout.pc.in
 
+CPPFLAGS.NetBSD+=      -D_NETBSD_SOURCE # for strcasestr(3)
+
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/speex/buildlink3.mk"
 .include "../../multimedia/libtheora/buildlink3.mk"



Home | Main Index | Thread Index | Old Index