]> git.pld-linux.org Git - packages/libdom.git/blame - no-Werror.patch
- updated to 0.1.1
[packages/libdom.git] / no-Werror.patch
CommitLineData
30c507f1
JR
1--- libdom-0.1.0/Makefile~ 2014-04-18 11:54:12.000000000 +0200
2+++ libdom-0.1.0/Makefile 2014-11-25 19:27:52.875672019 +0100
3@@ -15,10 +15,6 @@
4 WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
5 -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
6 -Wmissing-declarations -Wnested-externs
7-# BeOS/Haiku standard library headers generate warnings
8-ifneq ($(TARGET),beos)
9- WARNFLAGS := $(WARNFLAGS) -Werror
10-endif
11 # AmigaOS needs this to avoid warnings
12 ifeq ($(TARGET),amiga)
13 CFLAGS := -U__STRICT_ANSI__ $(CFLAGS)
This page took 0.080429 seconds and 4 git commands to generate.