From d130f6033a546936db655ef93936833bb9f82fdb Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Tue, 4 Dec 2012 14:06:33 +0000 Subject: Correctly define HAVE_POSIX_MEMALIGN, missed in previous. Breakage reported by ajacoutot@ --- lib/libGL/dri/swrastg/Makefile | 3 ++- lib/libGL/mesa/libmesagallium/Makefile | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/libGL/dri/swrastg/Makefile b/lib/libGL/dri/swrastg/Makefile index 5048193e2..3f683a5b1 100644 --- a/lib/libGL/dri/swrastg/Makefile +++ b/lib/libGL/dri/swrastg/Makefile @@ -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 \ diff --git a/lib/libGL/mesa/libmesagallium/Makefile b/lib/libGL/mesa/libmesagallium/Makefile index 045cdb3ee..6d4f72ef8 100644 --- a/lib/libGL/mesa/libmesagallium/Makefile +++ b/lib/libGL/mesa/libmesagallium/Makefile @@ -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} \ -- cgit v1.2.3