Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132054 | Differences between
and this patch

Collapse All | Expand All

(-)build/lib/gcc.mak.orig (-1 / +1 lines)
Lines 8-14 Link Here
8
include ${SRCROOT}/Makefiles/top.mak
8
include ${SRCROOT}/Makefiles/top.mak
9
9
10
ifeq ($(OSNAME),linux)
10
ifeq ($(OSNAME),linux)
11
DEFS += -D_STLP_REAL_LOCALE_IMPLEMENTED -D_GNU_SOURCE
11
DEFS += -D_STLP_REAL_LOCALE_IMPLEMENTED -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
12
endif
12
endif
13
13
14
# options for build with boost support
14
# options for build with boost support
(-)build/test/unit/gcc.mak.orig (+4 lines)
Lines 10-15 Link Here
10
10
11
DEFS += -D_STLP_NO_CUSTOM_IO
11
DEFS += -D_STLP_NO_CUSTOM_IO
12
12
13
ifeq ($(OSNAME), linux)
14
DEFS += -D_FILE_OFFSET_BITS=64
15
endif
16
13
dbg-shared:	DEFS += -D_STLP_DEBUG_UNINITIALIZED 
17
dbg-shared:	DEFS += -D_STLP_DEBUG_UNINITIALIZED 
14
stldbg-shared:	DEFS += -D_STLP_DEBUG_UNINITIALIZED 
18
stldbg-shared:	DEFS += -D_STLP_DEBUG_UNINITIALIZED 
15
19

Return to bug 132054