summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-09-19 15:00:03 +0000
committernia <nia@pkgsrc.org>2021-09-19 15:00:03 +0000
commita441ee3ec83288bb561f18139b10281ea680c27b (patch)
treeae3df00941e8ea3f193bf37f4999d4c3eb0aef6b /editors
parent588a9ac4e9eb9522f5cbbc20a287d09a545096d4 (diff)
downloadpkgsrc-a441ee3ec83288bb561f18139b10281ea680c27b.tar.gz
xournalpp: fix building on netbsd 9 (still broken on some archs...),
require at least gcc8
Diffstat (limited to 'editors')
-rw-r--r--editors/xournalpp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xournalpp/Makefile b/editors/xournalpp/Makefile
index 01245cbd7c8..80e3da33fdc 100644
--- a/editors/xournalpp/Makefile
+++ b/editors/xournalpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/09/08 21:04:59 nia Exp $
+# $NetBSD: Makefile,v 1.31 2021/09/19 15:00:03 nia Exp $
DISTNAME= xournalpp-1.1.0
PKGREVISION= 1
@@ -14,12 +14,12 @@ LICENSE= gnu-gpl-v2
USE_CMAKE= yes
USE_TOOLS+= pkg-config
USE_TOOLS+= msgfmt msgmerge xgettext
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c c++
BUILD_TARGET= translations xournalpp
-# C++11
-GCC_REQD+= 4.7
+# C++17, std::filesystem
+GCC_REQD+= 8
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
DEPENDS+= tex-amsfonts-[0-9]*:../../fonts/tex-amsfonts