updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / libflaim / disable-werror.patch
blob9791ea71b1c7ed7c02b540fe419a2aecac726c33
1 --- Makefile.old 2011-10-27 16:40:21.329160879 +0200
2 +++ Makefile 2011-10-27 16:40:32.755901592 +0200
3 @@ -957,7 +957,7 @@
4 # Compiler defines and flags
6 ifeq ($(compiler),g++)
7 - ccflags += -Wall -Werror -fPIC
8 + ccflags += -Wall -fPIC
9 ifneq ($(target_processor_family),ia64)
10 ccflags += -m$(target_word_size)
11 endif