pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/bmp-musepack



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr  5 08:40:07 UTC 2021

Modified Files:
        pkgsrc/audio/bmp-musepack: Makefile

Log Message:
bmp-musepack: Fix glib2 breakage


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/audio/bmp-musepack/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/bmp-musepack/Makefile
diff -u pkgsrc/audio/bmp-musepack/Makefile:1.49 pkgsrc/audio/bmp-musepack/Makefile:1.50
--- pkgsrc/audio/bmp-musepack/Makefile:1.49     Mon Aug 17 20:18:04 2020
+++ pkgsrc/audio/bmp-musepack/Makefile  Mon Apr  5 08:40:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/08/17 20:18:04 leot Exp $
+# $NetBSD: Makefile,v 1.50 2021/04/05 08:40:07 nia Exp $
 #
 
 DISTNAME=              bmp-musepack-1.2
@@ -16,6 +16,9 @@ USE_TOOLS+=           pkg-config
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 
+# Workaround for glib2-2.68.0 c++ fallout.
+CXXFLAGS+=     -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
+
 .include "../../audio/bmp/buildlink3.mk"
 .include "../../audio/libmpcdec/buildlink3.mk"
 .include "../../audio/taglib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index