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: Wed Oct 8 21:54:19 UTC 2025
Modified Files:
pkgsrc/graphics/breeze-icons: Makefile
Log Message:
breeze-icons: fix build on NetBSD 11.99.3
Disable -fno-lto.
Based on a hint by markd@
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/graphics/breeze-icons/Makefile:1.56
--- pkgsrc/graphics/breeze-icons/Makefile:1.55 Mon Oct 6 09:56:02 2025
+++ pkgsrc/graphics/breeze-icons/Makefile Wed Oct 8 21:54:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2025/10/06 09:56:02 markd Exp $
+# $NetBSD: Makefile,v 1.56 2025/10/08 21:54:19 wiz Exp $
DISTNAME= breeze-icons-${KF6VER}
PKGNAME= ${DISTNAME}
@@ -8,6 +8,9 @@ HOMEPAGE= https://community.kde.org/Fram
COMMENT= Breeze icon themes
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
+
.include "../../meta-pkgs/kde/kf6.mk"
PYTHON_FOR_BUILD_ONLY= tool
Home |
Main Index |
Thread Index |
Old Index