]> git.pld-linux.org Git - packages/libhubbub.git/blob - libhubbub-build.patch
- updated to 0.3.1
[packages/libhubbub.git] / libhubbub-build.patch
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
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.
8 -ifneq ($(BUILD),i586-pc-haiku)
9 -  ifneq ($(findstring amigaos,$(BUILD)),amigaos)
10 -    WARNFLAGS := $(WARNFLAGS) -Werror
11 -  endif
12 -endif
13 +
14  CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
15         -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
16  ifneq ($(GCCVER),2)
This page took 0.036262 seconds and 3 git commands to generate.