I did not intend to commit the XENOCARA_BUILD_DRI bit at all.

This commit is contained in:
matthieu 2007-11-27 09:55:06 +00:00
parent 25382573c6
commit 5eb7bbe722

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2007/11/26 20:47:35 todd Exp $ # $OpenBSD: Makefile,v 1.13 2007/11/27 09:55:06 matthieu Exp $
all: ${OBJS} all: ${OBJS}
LIB= GL LIB= GL
@ -39,13 +39,6 @@ CPPFLAGS+= \
-DHAVE_ALIAS \ -DHAVE_ALIAS \
-D_REENTRANT -D_REENTRANT
XENOCARA_BUILD_DRI?= n
.if ${XENOCARA_BUILD_DRI} == "y"
CPPFLAGS+= \
-DGLX_DIRECT_RENDERING
.endif
.if ${MACHINE_ARCH} == "i386" .if ${MACHINE_ARCH} == "i386"
CPPFLAGS += \ CPPFLAGS += \
-DUSE_X86_ASM \ -DUSE_X86_ASM \