pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/speech-dispatcher



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Fri Apr  2 09:50:58 UTC 2021

Modified Files:
        pkgsrc/audio/speech-dispatcher: Makefile

Log Message:
speech-dispatcher: Add GLIB macro to fix breakage since glib-2.68.0


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/speech-dispatcher/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/speech-dispatcher/Makefile
diff -u pkgsrc/audio/speech-dispatcher/Makefile:1.18 pkgsrc/audio/speech-dispatcher/Makefile:1.19
--- pkgsrc/audio/speech-dispatcher/Makefile:1.18        Thu Dec 31 00:34:36 2020
+++ pkgsrc/audio/speech-dispatcher/Makefile     Fri Apr  2 09:50:58 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/12/31 00:34:36 js Exp $
+# $NetBSD: Makefile,v 1.19 2021/04/02 09:50:58 cirnatdan Exp $
 
 DISTNAME=      speech-dispatcher-0.10.2
 PKGREVISION=   1
@@ -73,6 +73,10 @@ CONF_FILES+= ${PREFIX}/share/examples/sp
 
 REPLACE_PYTHON+=       src/api/python/speechd_config/spd-conf
 
+# temporary fix for GLib 2.68 breakage
+# # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1963
+CXXFLAGS+=              -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
+
 .if ${OPSYS} != "Darwin"
 .include "../../audio/espeak/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index