pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/pan



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Fri Apr  2 14:58:22 UTC 2021

Modified Files:
        pkgsrc/news/pan: Makefile

Log Message:
pan: Fix build with glib-2.68.0


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/news/pan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/news/pan/Makefile
diff -u pkgsrc/news/pan/Makefile:1.108 pkgsrc/news/pan/Makefile:1.109
--- pkgsrc/news/pan/Makefile:1.108      Mon Aug 31 18:10:56 2020
+++ pkgsrc/news/pan/Makefile    Fri Apr  2 14:58:22 2021
@@ -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:



Home | Main Index | Thread Index | Old Index