Work around broken wcwidth autoconf run-test in cross-compile.
This commit is contained in:
parent
4c99f6ae93
commit
9fefad2abe
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.60 2014/10/09 14:06:31 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2015/02/14 06:51:33 riastradh Exp $
|
||||
|
||||
READLINE_VERSION= 6.3
|
||||
|
||||
|
@ -16,6 +16,14 @@ USE_LIBTOOL= yes
|
|||
GNU_CONFIGURE= yes
|
||||
INFO_FILES= yes
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
|
||||
.if ${OPSYS} == "NetBSD"
|
||||
CONFIGURE_ENV+= bash_cv_wcwidth_broken=no
|
||||
.endif
|
||||
.endif
|
||||
|
||||
BUILD_TARGET= all-libtool examples
|
||||
INSTALL_TARGET= install-libtool
|
||||
|
||||
|
|
Loading…
Reference in a new issue