]> git.pld-linux.org Git - packages/libnsgif.git/blame - no-Werror.patch
- updated to 0.1.2
[packages/libnsgif.git] / no-Werror.patch
CommitLineData
ebb11c50
WF
1--- libnsgif-0.1.2/Makefile.orig 2015-03-16 12:32:37.351846552 +0100
2+++ libnsgif-0.1.2/Makefile 2015-03-16 12:33:06.331689551 +0100
3@@ -13,10 +13,7 @@ include $(NSSHARED)/makefiles/Makefile.t
9d4c767a
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 standard library headers create warnings
ebb11c50 8-ifneq ($(BUILD),i586-pc-haiku)
9d4c767a
JR
9- WARNFLAGS := $(WARNFLAGS) -Werror
10-endif
ebb11c50 11+
9d4c767a
JR
12 CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
13 -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
14 ifneq ($(GCCVER),2)
This page took 0.082112 seconds and 4 git commands to generate.