Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533910
Collapse All | Expand All

(-)a/Makefile (-1 / +1 lines)
Lines 20-26 ifneq ($(BUILD),i586-pc-haiku) Link Here
20
  WARNFLAGS := $(WARNFLAGS) -Werror
20
  WARNFLAGS := $(WARNFLAGS) -Werror
21
endif
21
endif
22
22
23
CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
23
CFLAGS := -D_DEFAULT_SOURCE -I$(CURDIR)/include/ \
24
	-I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
24
	-I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
25
ifneq ($(GCCVER),2)
25
ifneq ($(GCCVER),2)
26
  CFLAGS := $(CFLAGS) -std=c99
26
  CFLAGS := $(CFLAGS) -std=c99

Return to bug 533910