Set $SHELL in the environment so it doesn't end up trying to use zsh, or
worse, a csh, to run libtool and maybe other things.
This commit is contained in:
parent
4d6592cafd
commit
0bc1456482
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/02/10 19:17:40 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/07/03 01:47:41 dholland Exp $
|
||||
|
||||
DISTNAME= pfe-0.33.71
|
||||
PKGREVISION= 1
|
||||
|
@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
|
|||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS+= --with-regs
|
||||
USE_TOOLS+= perl pkg-config
|
||||
MAKE_ENV+= SHELL=${CONFIG_SHELL}
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
BUILD_TARGET= all mans docs
|
||||
|
|
Loading…
Reference in a new issue