]> git.pld-linux.org Git - packages/libhubbub.git/blame - libhubbub-build.patch
- updated to 0.3.3
[packages/libhubbub.git] / libhubbub-build.patch
CommitLineData
05c129a0
WF
1--- libhubbub-0.3.1/Makefile.orig 2015-03-16 12:04:59.380838569 +0100
2+++ libhubbub-0.3.1/Makefile 2015-03-16 12:05:36.949410158 +0100
3@@ -15,12 +15,7 @@ TESTRUNNER := $(PERL) $(NSTESTTOOLS)/tes
c5c8b2dc
AM
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 have standard library errors that issue warnings.
05c129a0
WF
8-ifneq ($(BUILD),i586-pc-haiku)
9- ifneq ($(findstring amigaos,$(BUILD)),amigaos)
c5c8b2dc
AM
10- WARNFLAGS := $(WARNFLAGS) -Werror
11- endif
12-endif
05c129a0 13+
c5c8b2dc
AM
14 CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
15 -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
16 ifneq ($(GCCVER),2)
This page took 0.137594 seconds and 4 git commands to generate.