Correctly define HAVE_POSIX_MEMALIGN, missed in previous. Breakage reported

by ajacoutot@
This commit is contained in:
mpi 2012-12-04 14:06:32 +00:00
parent ebbac4e612
commit 6fba99f3a9
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2012/11/28 13:53:16 mpi Exp $
# $OpenBSD: Makefile,v 1.7 2012/12/04 14:06:32 mpi Exp $
LIB= swrastg_dri.so
@ -8,6 +8,7 @@ CPPFLAGS= \
-I${GALLIUM}/drivers \
-I${GALLIUM}/winsys/sw/dri \
-I${GALLIUM}/state_trackers/dri/common \
-DHAVE_POSIX_MEMALIGN
DRIVER_LIBS= \
../../gallium/drivers/trace/libtrace_pic.a \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2012/11/28 13:53:16 mpi Exp $
# $OpenBSD: Makefile,v 1.3 2012/12/04 14:06:32 mpi Exp $
LIB= mesagallium
@ -6,7 +6,6 @@ CPPFLAGS+= \
-I${MESA}/drivers/dri/common \
-I${GALLIUM}/auxiliary \
-I${GALLIUM}/include \
-DHAVE_POSIX_MEMALIGN \
-D__NOT_HAVE_DRM_H
SRCS= ${MESAGALLIUM_SOURCES} \