summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-06-25 07:01:48 +0000
committernia <nia@pkgsrc.org>2022-06-25 07:01:48 +0000
commit5edec24718b2bdff28dfb57913e2099c44b90df2 (patch)
tree16402f248a6ef00217d02ea51f7cf5ddfcec9a7f /sysutils
parented1e458b2775360c9604402ffd90af3e47364411 (diff)
downloadpkgsrc-5edec24718b2bdff28dfb57913e2099c44b90df2.tar.gz
grub2: do not want -Werror in pkgsrc
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/grub2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/grub2/Makefile b/sysutils/grub2/Makefile
index c349b8d01c1..3ac964ca281 100644
--- a/sysutils/grub2/Makefile
+++ b/sysutils/grub2/Makefile
@@ -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_SYSCONFDIR}
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