pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/breeze-icons



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct  9 09:01:24 UTC 2025

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

Log Message:
breeze-icons: add linker workaround for Darwin as well

Trying to address bulk build failure.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/graphics/breeze-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/breeze-icons/Makefile
diff -u pkgsrc/graphics/breeze-icons/Makefile:1.56 pkgsrc/graphics/breeze-icons/Makefile:1.57
--- pkgsrc/graphics/breeze-icons/Makefile:1.56  Wed Oct  8 21:54:19 2025
+++ pkgsrc/graphics/breeze-icons/Makefile       Thu Oct  9 09:01:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2025/10/08 21:54:19 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2025/10/09 09:01:24 wiz Exp $
 
 DISTNAME=      breeze-icons-${KF6VER}
 PKGNAME=       ${DISTNAME}
@@ -10,6 +10,7 @@ LICENSE=      gnu-lgpl-v2.1 AND gnu-lgpl-v3
 
 # causes core dumps as of 6.18 on NetBSD 11.99.3/gcc 14
 BUILDLINK_TRANSFORM.NetBSD+=   rm:-fno-lto
+BUILDLINK_TRANSFORM.Darwin+=   rm:-fno-lto
 
 .include "../../meta-pkgs/kde/kf6.mk"
 



Home | Main Index | Thread Index | Old Index