aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2018-12-18 11:19:54 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2018-12-18 11:19:54 +0000
commit86a7abb68e72063d55f9ca3132edb341abc5f4ce (patch)
tree8d56b8ce85b4d1536c70a810c576744dd46fbefb /editors
parent4c2f782103f085c41c1e0f25abe0ce46b46bb51b (diff)
downloadports-86a7abb68e72063d55f9ca3132edb341abc5f4ce.tar.gz
ports-86a7abb68e72063d55f9ca3132edb341abc5f4ce.zip
Notes
Diffstat (limited to 'editors')
-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