mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 08:50:28 +01:00
cell: added -D_BSD_SOURCE flag
Needed to get MAP_ANONYMOUS in execmem.c and to define timezone type in glxgears.c Adding -std=c99 earlier caused this regression.
This commit is contained in:
parent
a1754424b6
commit
2b9b42befa
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ SDK = /opt/cell/sdk/usr
|
|||
|
||||
CFLAGS = $(OPT_FLAGS) -Wall -Winline -fPIC -m32 -std=c99 -mabi=altivec -maltivec \
|
||||
-I. -I$(SDK)/include \
|
||||
-DGALLIUM_CELL -DUSE_XSHM
|
||||
-DGALLIUM_CELL -DUSE_XSHM -D_BSD_SOURCE
|
||||
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue