pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/grub2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun 25 07:01:48 UTC 2022

Modified Files:
        pkgsrc/sysutils/grub2: Makefile

Log Message:
grub2: do not want -Werror in pkgsrc


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/sysutils/grub2/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/grub2/Makefile
diff -u pkgsrc/sysutils/grub2/Makefile:1.26 pkgsrc/sysutils/grub2/Makefile:1.27
--- pkgsrc/sysutils/grub2/Makefile:1.26 Tue Nov  9 10:21:35 2021
+++ pkgsrc/sysutils/grub2/Makefile      Sat Jun 25 07:01:48 2022
@@ -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+=      --sysconfdir=${PKG_SYSC
 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