textproc/groff: unhang on qemu-aarch64-static after r488509

checking whether printf survives out-of-memory conditions...

PR:		224740
This commit is contained in:
Jan Beich 2019-01-29 02:02:19 +00:00
parent f4f3535cb6
commit 4894afe646
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491535

View file

@ -30,6 +30,11 @@ SHEBANG_LANG= sed
sed_OLD_CMD= /bin/sed
sed_CMD= /usr/bin/sed
.ifdef QEMU_EMULATING
# XXX bug 224740: configure hangs: GSlice: failed to allocate 496 bytes (alignment: 512)
CONFIGURE_ENV+= gl_cv_func_printf_enomem=no
.endif
# Canonicalize to A4 if set.
.if defined(A4) || (defined(PAPERSIZE) && ${PAPERSIZE:tu} == "A4")
PAPERSIZE=A4