initialization of a window for video fails on sparc64 unless

-mhard-quad-float is used.
This commit is contained in:
jolan 2003-08-03 03:41:20 +00:00
parent f46ba87818
commit a825b74720

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2003/08/02 10:29:28 jolan Exp $
# $OpenBSD: Makefile,v 1.3 2003/08/03 03:41:20 jolan Exp $
# exits immediately (?)
NOT_FOR_ARCHS= powerpc
@ -50,6 +50,11 @@ FLAVOR?=
FLAVOR+=${MACHINE_ARCH}
.endif
# XXX video window initialization fails without this
.if ${MACHINE_ARCH} == "sparc64"
CFLAGS+=-mhard-quad-float
.endif
.if ${FLAVOR:L:Mno_dvd}
CONFIGURE_ARGS+=--disable-a52 --disable-dvdplay --disable-dvdread
.else