I was supposed to remove the --enable-debug option before committing.

This commit is contained in:
matthieu 2009-06-25 21:28:57 +00:00
parent 855916fc83
commit e70d43c060

View File

@ -1,7 +1,7 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2009/06/25 21:27:18 matthieu Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2009/06/25 21:28:57 matthieu Exp $
.include <bsd.xconf.mk>
CONFIGURE_ARGS+= --disable-dri --enable-debug
CONFIGURE_ARGS+= --disable-dri
.include <bsd.xorg.mk>