diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-11-13 14:32:07 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-11-13 14:32:07 +0000 |
commit | cc952b51f9e49f3e621d949f9c2cf9a6b9a68fc4 (patch) | |
tree | be9586cd7ab53948418af9b27f5a50f4d8b4a25f /editors/nano | |
parent | 58ba8e806e25b68a30c68b141fbc087d0dcf5b52 (diff) |
Notes
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index f7c8181eaafb..4ed4318c7da5 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -34,11 +34,6 @@ 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 |