pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/speech-dispatcher speech-dispatcher: Add GLIB ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d48fa08ba528
branches:  trunk
changeset: 449606:d48fa08ba528
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Fri Apr 02 09:50:58 2021 +0000

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

diffstat:

 audio/speech-dispatcher/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r c2b374d1c135 -r d48fa08ba528 audio/speech-dispatcher/Makefile
--- a/audio/speech-dispatcher/Makefile  Fri Apr 02 08:45:06 2021 +0000
+++ b/audio/speech-dispatcher/Makefile  Fri Apr 02 09:50:58 2021 +0000
@@ -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 @@
 
 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