pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/blender



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 29 09:20:25 UTC 2023

Modified Files:
        pkgsrc/graphics/blender: Makefile

Log Message:
blender: configure checks for gcc>=9.3.1, set GCC_REQD to 9


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 pkgsrc/graphics/blender/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/blender/Makefile
diff -u pkgsrc/graphics/blender/Makefile:1.193 pkgsrc/graphics/blender/Makefile:1.194
--- pkgsrc/graphics/blender/Makefile:1.193      Sun Jan 22 21:24:37 2023
+++ pkgsrc/graphics/blender/Makefile    Sun Jan 29 09:20:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.193 2023/01/22 21:24:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.194 2023/01/29 09:20:25 wiz Exp $
 
 DISTNAME=      blender-3.4.1
 CATEGORIES=    graphics
@@ -13,8 +13,8 @@ LICENSE=      gnu-gpl-v2
 USE_CMAKE=     yes
 USE_LANGUAGES= c gnu++17
 
-# C++17
-GCC_REQD+=     7
+# C++17; configure checks for gcc>=9.3.1
+GCC_REQD+=     9
 
 CXXFLAGS+=     -fpermissive # return value tyoe fo __builtin_popcount()
 



Home | Main Index | Thread Index | Old Index