pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/speech-dispatcher amend previous to actually req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55c26b1a8271
branches:  trunk
changeset: 452761:55c26b1a8271
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat May 15 10:37:44 2021 +0000

description:
amend previous to actually require glib2>=2.66

the glib2 buildlink dep requires 2.64, with which this does not compile

diffstat:

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

diffs (17 lines):

diff -r 863169744c53 -r 55c26b1a8271 audio/speech-dispatcher/Makefile
--- a/audio/speech-dispatcher/Makefile  Sat May 15 10:29:27 2021 +0000
+++ b/audio/speech-dispatcher/Makefile  Sat May 15 10:37:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2021/04/02 09:50:58 cirnatdan Exp $
+# $NetBSD: Makefile,v 1.20 2021/05/15 10:37:44 jdolecek Exp $
 
 DISTNAME=      speech-dispatcher-0.10.2
 PKGREVISION=   1
@@ -76,6 +76,7 @@
 # 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
+BUILDLINK_API_DEPENDS.glib2    +=      glib2>=2.66.0
 
 .if ${OPSYS} != "Darwin"
 .include "../../audio/espeak/buildlink3.mk"



Home | Main Index | Thread Index | Old Index