From 7e7f319c5ee66cef5030ec85c39baca7793ddcef Mon Sep 17 00:00:00 2001
From: Julien Cristau <jcristau@debian.org>
Date: Sat, 20 Aug 2011 19:32:25 +0200
Subject: [PATCH] Drop -Werror from CFLAGS

---
diff --git a/Makefile b/Makefile
index d137436..1160d91 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 OS:=$(shell uname | sed 's/[-_].*//')
-CFLAGS:=-Wall -O2 -Werror $(PYINCLUDE)
+CFLAGS:=-Wall -O2 $(PYINCLUDE)
 SOEXT:=.so
 
 ifeq ($(OS),CYGWIN)
-- 
1.7.7.1

