pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/pan pan: Fix build with glib-2.68.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33f6d1eb7618
branches:  trunk
changeset: 449623:33f6d1eb7618
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Fri Apr 02 14:58:22 2021 +0000

description:
pan: Fix build with glib-2.68.0

diffstat:

 news/pan/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 262de539088b -r 33f6d1eb7618 news/pan/Makefile
--- a/news/pan/Makefile Fri Apr 02 14:56:05 2021 +0000
+++ b/news/pan/Makefile Fri Apr 02 14:58:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2020/08/31 18:10:56 wiz Exp $
+# $NetBSD: Makefile,v 1.109 2021/04/02 14:58:22 cirnatdan Exp $
 
 DISTNAME=              pan-0.146
 PKGREVISION=           5
@@ -26,6 +26,10 @@
 
 LIBS.SunOS+=   -lsocket -liconv
 
+# 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
+
 # "Build" these files out of thin air, since base msgfmt doesn't know
 # about --xml --desktop.
 pre-build:



Home | Main Index | Thread Index | Old Index