pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/bmp-mac



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Apr 15 05:59:48 UTC 2021

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

Log Message:
bmp-mac: Fix fallout from new glib2


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/audio/bmp-mac/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-mac/Makefile
diff -u pkgsrc/audio/bmp-mac/Makefile:1.40 pkgsrc/audio/bmp-mac/Makefile:1.41
--- pkgsrc/audio/bmp-mac/Makefile:1.40  Thu Dec  3 13:24:03 2020
+++ pkgsrc/audio/bmp-mac/Makefile       Thu Apr 15 05:59:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/12/03 13:24:03 zafer Exp $
+# $NetBSD: Makefile,v 1.41 2021/04/15 05:59:48 nia Exp $
 #
 
 DISTNAME=      bmp-mac-0.1.1
@@ -15,6 +15,9 @@ USE_LIBTOOL=  yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 
+# Workaround for glib2-2.68.0 c++ fallout.
+CXXFLAGS+=     -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
+
 .include "../../audio/bmp/buildlink3.mk"
 .include "../../audio/mac/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index