pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-gtkglext force "configure" to check for th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1a0c7e0e31e
branches:  trunk
changeset: 531117:e1a0c7e0e31e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 20 11:22:23 2007 +0000

description:
force "configure" to check for the same Python version as used by
distutils later, should fix the failing test seen in a DragonFly
bulk build

diffstat:

 graphics/py-gtkglext/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 19556463c3fc -r e1a0c7e0e31e graphics/py-gtkglext/Makefile
--- a/graphics/py-gtkglext/Makefile     Fri Jul 20 01:05:11 2007 +0000
+++ b/graphics/py-gtkglext/Makefile     Fri Jul 20 11:22:23 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/07/13 15:01:27 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/07/20 11:22:23 drochner Exp $
 #
 
 DISTNAME=      pygtkglext-1.1.0
@@ -12,6 +12,7 @@
 COMMENT=       Python bindings for gtkglext
 
 GNU_CONFIGURE= yes
+CONFIGURE_ENV+=        PYTHON=${PYTHONBIN}
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
 PYDISTUTILSPKG=        yes



Home | Main Index | Thread Index | Old Index