summaryrefslogtreecommitdiff
path: root/sysutils/fakeroot
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2007-07-30 08:38:24 +0000
committerhe <he@pkgsrc.org>2007-07-30 08:38:24 +0000
commitb7f4bd9ffb9dc68490fb208cc2bf5c471755e678 (patch)
treedcf975270919fe5102c74c405a065fec3b69732c /sysutils/fakeroot
parent614e1198ddfafb8817de9bf36a860c9a979f2963 (diff)
downloadpkgsrc-b7f4bd9ffb9dc68490fb208cc2bf5c471755e678.tar.gz
It turns out that users of po4a also need COLUMNS=76 set in the environment
in order to prevent a bulk build from stopping due to attempted tty i/o.
Diffstat (limited to 'sysutils/fakeroot')
-rw-r--r--sysutils/fakeroot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fakeroot/Makefile b/sysutils/fakeroot/Makefile
index eaab5be2c07..5bf302ad2d3 100644
--- a/sysutils/fakeroot/Makefile
+++ b/sysutils/fakeroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:40 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2007/07/30 08:38:24 he Exp $
#
DISTNAME= fakeroot_1.5.6
@@ -18,5 +18,7 @@ GNU_CONFIGURE= YES
# 3 test failures in 1.5.6
TEST_TARGET= check
+MAKE_ENV+= COLUMNS=76
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"