pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/vatomic
Module Name: pkgsrc
Committed By: wiz
Date: Fri Feb 13 10:42:02 UTC 2026
Modified Files:
pkgsrc/devel/vatomic: Makefile
Log Message:
vatomic: remove -Werror
fixes build with gcc 14
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/vatomic/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/vatomic/Makefile
diff -u pkgsrc/devel/vatomic/Makefile:1.2 pkgsrc/devel/vatomic/Makefile:1.3
--- pkgsrc/devel/vatomic/Makefile:1.2 Sun Feb 1 21:53:25 2026
+++ pkgsrc/devel/vatomic/Makefile Fri Feb 13 10:42:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/02/01 21:53:25 maya Exp $
+# $NetBSD: Makefile,v 1.3 2026/02/13 10:42:02 wiz Exp $
DISTNAME= vatomic-2.4.1
CATEGORIES= devel
@@ -19,5 +19,7 @@ ONLY_FOR_PLATFORM+= *-*-riscv64
ONLY_FOR_PLATFORM+= *-*-aarch64
ONLY_FOR_PLATFORM+= *-*-arm
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index