pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/kf6-kimageformats



Module Name:    pkgsrc
Committed By:   markd
Date:           Sat Apr  5 03:33:40 UTC 2025

Modified Files:
        pkgsrc/graphics/kf6-kimageformats: Makefile

Log Message:
kf6-kimageformats: remove the GCC_REQD+=6 as all kf6 requires c++20 now


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/kf6-kimageformats/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/kf6-kimageformats/Makefile
diff -u pkgsrc/graphics/kf6-kimageformats/Makefile:1.8 pkgsrc/graphics/kf6-kimageformats/Makefile:1.9
--- pkgsrc/graphics/kf6-kimageformats/Makefile:1.8      Sat Apr  5 00:30:09 2025
+++ pkgsrc/graphics/kf6-kimageformats/Makefile  Sat Apr  5 03:33:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2025/04/05 00:30:09 markd Exp $
+# $NetBSD: Makefile,v 1.9 2025/04/05 03:33:40 markd Exp $
 
 DISTNAME=      kimageformats-${KF6VER}
 PKGREVISION=   1
@@ -12,9 +12,6 @@ LICENSE=      gnu-lgpl-v2.1
 
 USE_TOOLS+=    pkg-config
 
-# C++14 (openexr)
-GCC_REQD+=     6
-
 .include "../../archivers/kf6-karchive/buildlink3.mk"
 .include "../../graphics/libavif/buildlink3.mk"
 .include "../../graphics/libraw/buildlink3.mk"



Home | Main Index | Thread Index | Old Index