pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/gnucash



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 13 18:16:42 UTC 2025

Modified Files:
        pkgsrc/finance/gnucash: Makefile

Log Message:
gnucash: requires gcc 8 since 2019

https://github.com/Gnucash/gnucash/blob/2b0c90304e96b7a8ca3f18f970ae9c23ac98f380/README.dependencies#L56


To generate a diff of this commit:
cvs rdiff -u -r1.370 -r1.371 pkgsrc/finance/gnucash/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/gnucash/Makefile
diff -u pkgsrc/finance/gnucash/Makefile:1.370 pkgsrc/finance/gnucash/Makefile:1.371
--- pkgsrc/finance/gnucash/Makefile:1.370       Tue Jul  1 16:22:53 2025
+++ pkgsrc/finance/gnucash/Makefile     Sun Jul 13 18:16:42 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.370 2025/07/01 16:22:53 wiz Exp $
+# $NetBSD: Makefile,v 1.371 2025/07/13 18:16:42 wiz Exp $
 
 DISTNAME=              gnucash-5.12
 CATEGORIES=            finance
@@ -21,6 +21,7 @@ USE_TOOLS+=           bash perl:run pkg-config
 USE_TOOLS+=            gmake
 
 USE_CXX_FEATURES=      c++17
+GCC_REQD+=             8
 
 # build failure in test-tx_import and a couple test failures
 # https://bugzilla.gnome.org/show_bug.cgi?id=795251



Home | Main Index | Thread Index | Old Index