aboutsummaryrefslogtreecommitdiff
path: root/textproc/groff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-11-13 14:32:07 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-11-13 14:32:07 +0000
commitcc952b51f9e49f3e621d949f9c2cf9a6b9a68fc4 (patch)
treebe9586cd7ab53948418af9b27f5a50f4d8b4a25f /textproc/groff
parent58ba8e806e25b68a30c68b141fbc087d0dcf5b52 (diff)
downloadports-cc952b51f9e49f3e621d949f9c2cf9a6b9a68fc4.tar.gz
ports-cc952b51f9e49f3e621d949f9c2cf9a6b9a68fc4.zip
Drop workaround for qemu-user-static hang after r517350
GSlice as used by qemu-user still aborts due to low RLIMIT_VMEM in an emulated application but no longer hangs. While the behavior differs from real hardware it matches the one from before r456518 that was hardcoded as gl_cv_func_printf_enomem=no workaround. PR: 224740
Notes
Notes: svn path=/head/; revision=517376
Diffstat (limited to 'textproc/groff')
-rw-r--r--textproc/groff/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile
index bd6eb1d6aae2..741a023b8b6b 100644
--- a/textproc/groff/Makefile
+++ b/textproc/groff/Makefile
@@ -33,11 +33,6 @@ CONFIGURE_ARGS+= --with-urw-fonts-dir=${LOCALBASE}/share/ghostscript/fonts/ \
CPE_VENDOR= gnu
-.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