From 8793689a8d2deef9a819827c3aaad87674137ea5 Mon Sep 17 00:00:00 2001 From: brad Date: Wed, 25 Sep 2002 02:06:33 +0000 Subject: [PATCH] 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. --- misc/screen/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 5f5bd4adddc..3de5b111f90 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -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