]> git.pld-linux.org Git - packages/libsvgtiny.git/blob - no-Werror.patch
- drop Werror (fails to build on current glibc)
[packages/libsvgtiny.git] / no-Werror.patch
1 --- libsvgtiny-0.1.1/Makefile~  2014-04-18 13:19:22.000000000 +0200
2 +++ libsvgtiny-0.1.1/Makefile   2014-11-25 19:33:17.289018921 +0100
3 @@ -15,12 +15,6 @@
4  WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
5         -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
6         -Wmissing-declarations -Wnested-externs -pedantic
7 -# BeOS/Haiku/AmigaOS standard library headers create warnings
8 -ifneq ($(TARGET),beos)
9 -  ifneq ($(TARGET),amiga)
10 -    WARNFLAGS := $(WARNFLAGS) -Werror
11 -  endif
12 -endif
13  
14  CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
15         -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
This page took 0.084606 seconds and 3 git commands to generate.