aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/nano/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 1f9661951661..7cde7622275d 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -32,6 +32,11 @@ INFO= nano
PORTSCOUT= limitw:1,even
+.ifdef QEMU_EMULATING
+# XXX bug 224740/231346: configure hangs
+CONFIGURE_ENV+= gl_cv_func_printf_enomem=no
+.endif
+
post-patch:
${REINPLACE_CMD} -e 's/^groff.*/false/' ${WRKSRC}/configure