pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/finch Avoid to detect python interpreter.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fd55ed14fc7
branches:  trunk
changeset: 549399:7fd55ed14fc7
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Nov 02 13:02:51 2008 +0000

description:
Avoid to detect python interpreter.
Fixes PR 39716.

diffstat:

 chat/finch/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9a7a4aa70a18 -r 7fd55ed14fc7 chat/finch/Makefile
--- a/chat/finch/Makefile       Sun Nov 02 08:31:49 2008 +0000
+++ b/chat/finch/Makefile       Sun Nov 02 13:02:51 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/07/11 07:39:20 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2008/11/02 13:02:51 obache Exp $
 #
 
 PKGNAME=       finch-${PIDGIN_VERSION}
@@ -18,6 +18,7 @@
 PKGCONFIG_OVERRIDE+=   pidgin/pidgin.pc.in
 
 CONFIGURE_ARGS+=       --enable-consoleui
+CONFIGURE_ENV+=                ac_cv_path_pythonpath=
 
 #CONFIGURE_ARGS+=      --disable-plugins
 



Home | Main Index | Thread Index | Old Index