pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cinepaint



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Apr 25 10:18:46 UTC 2021

Modified Files:
        pkgsrc/graphics/cinepaint: Makefile

Log Message:
cinepaint: work around glib2-2.68.0 breakage


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/graphics/cinepaint/Makefile

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

Modified files:

Index: pkgsrc/graphics/cinepaint/Makefile
diff -u pkgsrc/graphics/cinepaint/Makefile:1.71 pkgsrc/graphics/cinepaint/Makefile:1.72
--- pkgsrc/graphics/cinepaint/Makefile:1.71     Mon Aug 17 20:18:55 2020
+++ pkgsrc/graphics/cinepaint/Makefile  Sun Apr 25 10:18:46 2021
@@ -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 @@ HOMEPAGE=     http://www.cinepaint.org/
 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