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:   jdolecek
Date:           Sat May 15 10:37:45 UTC 2021

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

Log Message:
amend previous to actually require glib2>=2.66

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/audio/speech-dispatcher/Makefile:1.20
--- pkgsrc/audio/speech-dispatcher/Makefile:1.19        Fri Apr  2 09:50:58 2021
+++ pkgsrc/audio/speech-dispatcher/Makefile     Sat May 15 10:37:44 2021
@@ -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 @@ REPLACE_PYTHON+=      src/api/python/speechd_
 # 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