diff options
author | he <he@pkgsrc.org> | 2007-07-30 08:38:24 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2007-07-30 08:38:24 +0000 |
commit | 5b5a93b5bcf44095fdf87177babc2481cf7a24f0 (patch) | |
tree | dcf975270919fe5102c74c405a065fec3b69732c /sysutils/fakeroot/Makefile | |
parent | 729218ba3fc9087ed418556a09a64916245b4073 (diff) | |
download | pkgsrc-5b5a93b5bcf44095fdf87177babc2481cf7a24f0.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/Makefile')
-rw-r--r-- | sysutils/fakeroot/Makefile | 4 |
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" |