summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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