summaryrefslogtreecommitdiff
path: root/misc/screen
diff options
context:
space:
mode:
authorjoerg <joerg>2015-02-18 20:01:49 +0000
committerjoerg <joerg>2015-02-18 20:01:49 +0000
commit8203ffadf030bd870601fdbcaac2dc0e35a5d4ea (patch)
tree8ba985af9dfc825de5f5f1fd852221644f662925 /misc/screen
parentba7056f8917d8b00919080efaaf54371b2378d5c (diff)
downloadpkgsrc-8203ffadf030bd870601fdbcaac2dc0e35a5d4ea.tar.gz
Race conditions around term.h.
Diffstat (limited to 'misc/screen')
-rw-r--r--misc/screen/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index c50b9e1bafc..640c0d811af 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2015/01/13 08:27:28 he Exp $
+# $NetBSD: Makefile,v 1.93 2015/02/18 20:01:49 joerg Exp $
DISTNAME= screen-4.2.1
PKGREVISION= 1
@@ -10,6 +10,11 @@ HOMEPAGE= http://www.gnu.org/software/screen/screen.html
COMMENT= Multi-screen window manager
LICENSE= gnu-gpl-v2
+# In file included from list_display.c:36:
+# In file included from ./screen.h:150:
+# ./display.h:154:19: error: use of undeclared identifier 'T_N'
+MAKE_JOBS_SAFE= no
+
.include "options.mk"
NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed