]> git.pld-linux.org Git - packages/libsvgtiny.git/blame - no-Werror.patch
- updated to 0.1.3
[packages/libsvgtiny.git] / no-Werror.patch
CommitLineData
b8d631d2
WF
1--- libsvgtiny-0.1.3/Makefile.orig 2015-03-16 12:36:00.650745157 +0100
2+++ libsvgtiny-0.1.3/Makefile 2015-03-16 12:36:30.867248123 +0100
3@@ -15,12 +15,6 @@ TESTRUNNER := $(ECHO)
0539a618
JR
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
b8d631d2
WF
8-ifneq ($(BUILD),i586-pc-haiku)
9- ifneq ($(findstring amigaos,$(BUILD)),amigaos)
0539a618
JR
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.035652 seconds and 4 git commands to generate.