pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/oxygen-icons



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jul 10 07:59:49 UTC 2023

Modified Files:
        pkgsrc/graphics/oxygen-icons: Makefile

Log Message:
oxygen-icons: Build system insists on having a C++17 compiler available
(for some reason)


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/oxygen-icons/Makefile

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

Modified files:

Index: pkgsrc/graphics/oxygen-icons/Makefile
diff -u pkgsrc/graphics/oxygen-icons/Makefile:1.44 pkgsrc/graphics/oxygen-icons/Makefile:1.45
--- pkgsrc/graphics/oxygen-icons/Makefile:1.44  Tue Jun  6 12:41:34 2023
+++ pkgsrc/graphics/oxygen-icons/Makefile       Mon Jul 10 07:59:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2023/06/06 12:41:34 riastradh Exp $
+# $NetBSD: Makefile,v 1.45 2023/07/10 07:59:49 nia Exp $
 
 DISTNAME=      oxygen-icons5-5.98.0
 PKGNAME=       ${DISTNAME:S/5//}
@@ -13,7 +13,10 @@ LICENSE=     gnu-lgpl-v3
 
 TOOL_DEPENDS+=         extra-cmake-modules>=5.98.0:../../devel/extra-cmake-modules
 
+# Why a collection of images requires a C++17 compiler is anyone's guess,
+# but this is a hard requirement from the KDE cmake infrastructure.
 USE_LANGUAGES= c c++
+GCC_REQD+=     7
 
 CMAKE_ARGS+=   -DKF_IGNORE_PLATFORM_CHECK=true
 



Home | Main Index | Thread Index | Old Index