textproc/groff: unhang on qemu-aarch64-static after r488509
checking whether printf survives out-of-memory conditions... PR: 224740
This commit is contained in:
parent
f4f3535cb6
commit
4894afe646
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491535
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue