pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ovmf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 13:51:43 UTC 2026

Modified Files:
        pkgsrc/sysutils/ovmf: Makefile

Log Message:
ovmf: remove -Werror

Fixes problem on NetBSD-current


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/ovmf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ovmf/Makefile
diff -u pkgsrc/sysutils/ovmf/Makefile:1.12 pkgsrc/sysutils/ovmf/Makefile:1.13
--- pkgsrc/sysutils/ovmf/Makefile:1.12  Mon Oct 23 06:37:52 2023
+++ pkgsrc/sysutils/ovmf/Makefile       Sun Jan  4 13:51:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2023/10/23 06:37:52 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/01/04 13:51:43 wiz Exp $
 
 PKGNAME=               OVMF-0.0.20181116
 PKGREVISION=           5
@@ -19,6 +19,8 @@ LICENSE=      modified-bsd
 
 SSP_SUPPORTED=         no
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../mk/bsd.prefs.mk"
 ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64
 



Home | Main Index | Thread Index | Old Index