diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-08-16 17:06:08 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-08-16 17:06:08 +0000 |
commit | a7d02567451f69445ef31181a41b16e86487093d (patch) | |
tree | 6e42bb8e124f17e6f5e8b0b5dcc76b0832d6e997 /configs/freebsd-dri | |
parent | ab6cf9dd622c4659aa5f47cb1b5f86b8e38d5a85 (diff) |
When available, which is most of the time, use posix_memalign to implement
_mesa_align_malloc and friends.
Diffstat (limited to 'configs/freebsd-dri')
-rw-r--r-- | configs/freebsd-dri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/freebsd-dri b/configs/freebsd-dri index 525ebd08b7..104e242289 100644 --- a/configs/freebsd-dri +++ b/configs/freebsd-dri @@ -14,7 +14,7 @@ OPT_FLAGS = -O EXPAT_INCLUDES = -I/usr/local/include X11_INCLUDES = -I/usr/X11R6/include DEFINES = -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER \ - -DGLX_DIRECT_RENDERING -DHAVE_ALIAS + -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DHAVE_POSIX_MEMALIGN CFLAGS = -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math \ $(ASM_FLAGS) $(X11_INCLUDES) $(DEFINES) |