pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xournalpp xournalpp: fix building on netbsd 9 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c1946099c90
branches:  trunk
changeset: 458683:1c1946099c90
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 19 15:00:03 2021 +0000

description:
xournalpp: fix building on netbsd 9 (still broken on some archs...),
require at least gcc8

diffstat:

 editors/xournalpp/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r dc01b06d992b -r 1c1946099c90 editors/xournalpp/Makefile
--- a/editors/xournalpp/Makefile        Sun Sep 19 14:53:15 2021 +0000
+++ b/editors/xournalpp/Makefile        Sun Sep 19 15:00:03 2021 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index