With the binutils got slot accounting fix, workaround it no longer needed

ok miod@
This commit is contained in:
matthieu 2015-08-29 17:49:14 +00:00
parent d1fc35bb69
commit 4d7af2a47c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.55 2015/06/27 21:50:55 miod Exp $
# $OpenBSD: Makefile.bsd-wrapper,v 1.56 2015/08/29 17:49:14 matthieu Exp $
.include <bsd.xconf.mk>
@ -38,10 +38,4 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
--disable-unit-tests \
${DRI_OPTION}
.if ${MACHINE_CPU} == "mips64"
# disable cache file, because the compiler flags will not match
CONFIGURE_ARGS+= --cache-file=/dev/null
CFLAGS+= -Wa,-xgot
.endif
.include <bsd.xorg.mk>