diff options
author | cirnatdan <cirnatdan@pkgsrc.org> | 2021-04-02 14:58:22 +0000 |
---|---|---|
committer | cirnatdan <cirnatdan@pkgsrc.org> | 2021-04-02 14:58:22 +0000 |
commit | a89f29c0903c02d8c929e0b4175862835882caaf (patch) | |
tree | 12386961bb122128a614a1e8d47ba2738264f595 /news | |
parent | 07cdcb38cca33651bdf9effcf2175de359c0a773 (diff) | |
download | pkgsrc-a89f29c0903c02d8c929e0b4175862835882caaf.tar.gz |
pan: Fix build with glib-2.68.0
Diffstat (limited to 'news')
-rw-r--r-- | news/pan/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index f654a7eab80..b3b05808088 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -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+= -lcompat 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: |