pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cinepaint cinepaint: work around glib2-2.68.0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf3090f2955c
branches:  trunk
changeset: 451292:cf3090f2955c
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 25 10:18:46 2021 +0000

description:
cinepaint: work around glib2-2.68.0 breakage

diffstat:

 graphics/cinepaint/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9c175bd063f0 -r cf3090f2955c graphics/cinepaint/Makefile
--- a/graphics/cinepaint/Makefile       Sun Apr 25 10:11:09 2021 +0000
+++ b/graphics/cinepaint/Makefile       Sun Apr 25 10:18:46 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2020/08/17 20:18:55 leot Exp $
+# $NetBSD: Makefile,v 1.72 2021/04/25 10:18:46 nia Exp $
 
 DISTNAME=      cinepaint-1.0-4
 PKGNAME=       cinepaint-1.0.4
@@ -11,6 +11,9 @@
 COMMENT=       Motion picture painting and image retouching program
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2 AND mit AND modified-bsd
 
+# Workaround for glib2-2.68.0 c++ fallout.
+CXXFLAGS+=     -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_66
+
 MAKE_JOBS_SAFE=                no
 
 USE_LANGUAGES=         c c++11



Home | Main Index | Thread Index | Old Index