pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/xournalpp
Module Name: pkgsrc
Committed By: nia
Date: Sun Sep 19 15:00:03 UTC 2021
Modified Files:
pkgsrc/editors/xournalpp: Makefile
Log Message:
xournalpp: fix building on netbsd 9 (still broken on some archs...),
require at least gcc8
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/xournalpp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/xournalpp/Makefile
diff -u pkgsrc/editors/xournalpp/Makefile:1.30 pkgsrc/editors/xournalpp/Makefile:1.31
--- pkgsrc/editors/xournalpp/Makefile:1.30 Wed Sep 8 21:04:59 2021
+++ pkgsrc/editors/xournalpp/Makefile Sun Sep 19 15:00:03 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index