]> git.pld-linux.org Git - packages/libsvgtiny.git/blame - no-Werror.patch
- drop Werror (fails to build on current glibc)
[packages/libsvgtiny.git] / no-Werror.patch
CommitLineData
0539a618
JR
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.074904 seconds and 4 git commands to generate.