summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-04-25 10:18:46 +0000
committernia <nia@pkgsrc.org>2021-04-25 10:18:46 +0000
commitf1d3e21b712954f8a566574ed7c28a7c6fb26ad4 (patch)
tree2c913456960ef42f70af6413744ee9107cb710c1 /graphics
parentbaa99d5d02ae28824112af06071f97fe73942ea5 (diff)
downloadpkgsrc-f1d3e21b712954f8a566574ed7c28a7c6fb26ad4.tar.gz
cinepaint: work around glib2-2.68.0 breakage
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cinepaint/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index fc864c4badc..92f762969ed 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -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