summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-20 20:21:40 +0000
committerkris <kris@FreeBSD.org>2004-06-20 20:21:40 +0000
commit8b74c71bb9c9e76efe73dd101d9804216b3d5d5b (patch)
tree6d1dc250c9842e1d4dd3b27ecc1e04fad969fbbf /misc
parentd72bbbd1068e97d3e4a5e4a7bf490d010e01f00e (diff)
downloadFreeBSD-ports-8b74c71bb9c9e76efe73dd101d9804216b3d5d5b.zip
FreeBSD-ports-8b74c71bb9c9e76efe73dd101d9804216b3d5d5b.tar.gz
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
Diffstat (limited to 'misc')
-rw-r--r--misc/screen/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index d067e4e..41e3eca 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"
OpenPOWER on IntegriCloud