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

(-)sbcl-1.0.16/contrib/asdf-module.mk.GNU_SOURCE (+3 lines)
Lines 9-14 CC=gcc Link Here
9
9
10
UNAME:=$(shell uname -s)
10
UNAME:=$(shell uname -s)
11
11
12
ifeq (Linux,$(UNAME))
13
  EXTRA_CFLAGS+=-D_GNU_SOURCE
14
endif
12
ifeq (SunOS,$(UNAME))
15
ifeq (SunOS,$(UNAME))
13
  EXTRA_CFLAGS=-D_XOPEN_SOURCE=500 -D__EXTENSIONS__
16
  EXTRA_CFLAGS=-D_XOPEN_SOURCE=500 -D__EXTENSIONS__
14
endif
17
endif

Return to bug 222181