Pass path to "perl" binary to "configure" script to avoid build failures
on system with Perl in the base system (e.g. Darwin).
This commit is contained in:
parent
988501a185
commit
34026e704c
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile.common,v 1.29 2004/04/26 22:07:06 snj Exp $
|
# $NetBSD: Makefile.common,v 1.30 2004/05/24 12:31:52 tron Exp $
|
||||||
|
|
||||||
DISTNAME= xchat-1.8.11
|
DISTNAME= xchat-1.8.11
|
||||||
PKGREVISION= 8
|
PKGREVISION= 8
|
||||||
|
@ -30,7 +30,8 @@ CONFIGURE_ARGS+= --enable-python
|
||||||
BUILD_DEFS+= USE_INET6 USE_SOCKS
|
BUILD_DEFS+= USE_INET6 USE_SOCKS
|
||||||
|
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
CONFIGURE_ENV+= pythonpath=${PYTHONBIN}
|
CONFIGURE_ENV+= pythonpath=${PYTHONBIN} \
|
||||||
|
ac_cv_path_perlpath=${LOCALBASE}/bin/perl
|
||||||
|
|
||||||
.include "../../mk/bsd.prefs.mk"
|
.include "../../mk/bsd.prefs.mk"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue