Description: Upstream changes introduced in version 20110120-1ubuntu1
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 mg (20110120-1ubuntu1) oneiric; urgency=low
 .
   * Do not build with -Werror. Closes: #625385, LP: #831085.
 .
 The person named in the Author field signed this changelog entry.
Author: Matthias Klose <doko@ubuntu.com>
Bug-Debian: http://bugs.debian.org/625385
Bug-Ubuntu: https://bugs.launchpad.net/bugs/831085

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- mg-20110120.orig/Makefile.in
+++ mg-20110120/Makefile.in
@@ -16,7 +16,7 @@ mandir=		$(prefix)/man
 
 CC=		gcc
 CFLAGS?=	-O2 -pipe
-CFLAGS+=	-g -Wall -Werror
+CFLAGS+=	-g -Wall # -Werror
 LIBS= 		-lncurses
 
 INSTALL=	/usr/bin/install
