diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 20:21:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-20 20:21:40 +0000 |
commit | fe7fe72ddd0a0ad50ba2d6e2590f35d6aa8de4d2 (patch) | |
tree | 7f3b52fe1df863790885cb34304319760bce2dde | |
parent | - Update to 0.93 (diff) |
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
Notes
Notes:
svn path=/head/; revision=111879
-rw-r--r-- | misc/screen/Makefile | 2 | ||||
-rw-r--r-- | sysutils/screen/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index d067e4e915c1..41e3eca0bc79 100644 --- a/misc/screen/Makefile +++ b/misc/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 <bsd.port.pre.mk> .if ${ARCH} == "alpha" 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 <bsd.port.pre.mk> .if ${ARCH} == "alpha" |