pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/xchat Pass path to "perl" binary to "configure" s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aeb0ab771408
branches:  trunk
changeset: 475729:aeb0ab771408
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon May 24 12:31:52 2004 +0000

description:
Pass path to "perl" binary to "configure" script to avoid build failures
on system with Perl in the base system (e.g. Darwin).

diffstat:

 chat/xchat/Makefile.common |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4032b9c93810 -r aeb0ab771408 chat/xchat/Makefile.common
--- a/chat/xchat/Makefile.common        Mon May 24 11:27:22 2004 +0000
+++ b/chat/xchat/Makefile.common        Mon May 24 12:31:52 2004 +0000
@@ -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
 PKGREVISION=   8
@@ -30,7 +30,8 @@
 BUILD_DEFS+=           USE_INET6 USE_SOCKS
 
 GNU_CONFIGURE=         YES
-CONFIGURE_ENV+=                pythonpath=${PYTHONBIN}
+CONFIGURE_ENV+=                pythonpath=${PYTHONBIN} \
+                       ac_cv_path_perlpath=${LOCALBASE}/bin/perl
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index