svn commit: r491535 - head/textproc/groff

Jan Beich jbeich at FreeBSD.org
Tue Jan 29 02:02:20 UTC 2019


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


More information about the svn-ports-head mailing list