Date: Tue, 29 Jan 2019 02:02:19 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491535 - head/textproc/groff Message-ID: <201901290202.x0T22JfN015081@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Tue Jan 29 02:02:19 2019 New Revision: 491535 URL: https://svnweb.freebsd.org/changeset/ports/491535 Log: textproc/groff: unhang on qemu-aarch64-static after r488509 checking whether printf survives out-of-memory conditions... PR: 224740 Modified: head/textproc/groff/Makefile (contents, props changed) Modified: head/textproc/groff/Makefile ============================================================================== --- head/textproc/groff/Makefile Tue Jan 29 01:28:33 2019 (r491534) +++ head/textproc/groff/Makefile Tue Jan 29 02:02:19 2019 (r491535) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901290202.x0T22JfN015081>