aboutsummaryrefslogtreecommitdiff
path: root/sysutils/coreutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-03-17 09:25:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-03-17 09:25:03 +0000
commit04cfb6a84faf5853fbe635bcadd97a02680938ea (patch)
tree3200cb964688bee9a1a5dca952cde1aa1b1f324a /sysutils/coreutils
parent1301d18baf6bfd7330e13cf844486b468b0698e0 (diff)
downloadports-04cfb6a84faf5853fbe635bcadd97a02680938ea.tar.gz
ports-04cfb6a84faf5853fbe635bcadd97a02680938ea.zip
Notes
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r--sysutils/coreutils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index c0f6050d3569..4a8b9dacdd1a 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -21,6 +21,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--program-transform-name=s/stat/nustat/
CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1
+.ifdef QEMU_EMULATING
+# XXX bug 224740: configure hangs
+CONFIGURE_ENV+= gl_cv_func_printf_enomem=no
+.endif
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib