summaryrefslogtreecommitdiff
blob: ad7beeb1927022fa60b1e1193c5bce943700a27e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- libhubbub-0.3.0/Makefile
+++ libhubbub-0.3.0/Makefile
@@ -15,13 +15,7 @@
 WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
 	-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
 	-Wmissing-declarations -Wnested-externs -pedantic
-# BeOS/Haiku/AmigaOS have standard library errors that issue warnings.
-ifneq ($(TARGET),beos)
-  ifneq ($(TARGET),amiga)
-    WARNFLAGS := $(WARNFLAGS) -Werror
-  endif
-endif
-CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
+CFLAGS := -D_DEFAULT_SOURCE -I$(CURDIR)/include/ \
 	-I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
 ifneq ($(GCCVER),2)
   CFLAGS := $(CFLAGS) -std=c99