pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/grub2 grub2: do not want -Werror in pkgsrc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3980284113e
branches:  trunk
changeset: 381038:a3980284113e
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jun 25 07:01:48 2022 +0000

description:
grub2: do not want -Werror in pkgsrc

diffstat:

 sysutils/grub2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ed31b3947652 -r a3980284113e sysutils/grub2/Makefile
--- a/sysutils/grub2/Makefile   Fri Jun 24 15:44:26 2022 +0000
+++ b/sysutils/grub2/Makefile   Sat Jun 25 07:01:48 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2021/11/09 10:21:35 nia Exp $
+# $NetBSD: Makefile,v 1.27 2022/06/25 07:01:48 nia Exp $
 
 DISTNAME=              grub-2.04
 PKGNAME=               ${DISTNAME:S/grub/grub2/}
@@ -32,6 +32,7 @@
 CONFIGURE_ARGS+=       --disable-efiemu
 CONFIGURE_ARGS+=       --disable-grub-emu-sdl
 CONFIGURE_ARGS+=       --disable-grub-emu-pci
+CONFIGURE_ARGS+=       --disable-werror
 INFO_FILES=            yes
 USE_PKGLOCALEDIR=      yes
 



Home | Main Index | Thread Index | Old Index