From 817a706192f8cbcbfa1d34c3ccd3ca9bbb476312 Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 28 Oct 2011 12:40:20 +0000 Subject: [PATCH] disable werror --- devel/gdb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile index 70e8b292bb6..085aa053713 100644 --- a/devel/gdb/Makefile +++ b/devel/gdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2011/09/27 20:26:45 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2011/10/28 12:40:20 robert Exp $ COMMENT= GNU debugger CATEGORIES= devel @@ -24,6 +24,7 @@ WANTLIB+= c kvm m ncurses z CONFIGURE_STYLE=gnu CONFIGURE_ARGS= --program-transform-name=s,^,e, \ --disable-nls \ + --disable-werror \ --enable-target=all \ --without-expat \ --without-python