From fe7fe72ddd0a0ad50ba2d6e2590f35d6aa8de4d2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 20 Jun 2004 20:21:40 +0000 Subject: Set NO_PACKAGE; screen tends to go into a loop using all available CPU when used from the package. Perhaps it's hard-coding information from the build system that is not true in general. Reported by: many people Freaking out: peter --- sysutils/screen/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils') diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile index d067e4e915c1..41e3eca0bc79 100644 --- a/sysutils/screen/Makefile +++ b/sysutils/screen/Makefile @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes MAN1= screen.1 INFO= screen +NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it hard-codes information about the build host + .include .if ${ARCH} == "alpha" -- cgit v1.2.3