remove BROKEN tag for static FLAVOR on sparc64, I cannot remember

who reported this supposed breakage but it sure seems to work on both
3.1-stable and -current systems.
This commit is contained in:
brad 2002-09-25 02:06:33 +00:00
parent 38c6719f83
commit 8793689a8d

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2002/09/18 13:25:13 brad Exp $
# $OpenBSD: Makefile,v 1.43 2002/09/25 02:06:33 brad Exp $
COMMENT= "multi-screen window manager"
@ -25,9 +25,6 @@ FLAVORS= static
FLAVOR?=
.if ${FLAVOR:L} == "static"
. if ${MACHINE_ARCH} == "sparc64"
BROKEN= "Static FLAVOR broken on ${MACHINE_ARCH}"
. endif
CONFIGURE_ENV= LDFLAGS="-static"
.endif