pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/ham/hamlib The configure script insists on a Python in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15c9aacf4199
branches:  trunk
changeset: 509503:15c9aacf4199
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Mar 11 01:53:39 2006 +0000

description:
The configure script insists on a Python interpreter even if it doesn't
need one. Overriding the PYTHON environment variable helps. This allows
the package to build on NetBSD 3.0.

diffstat:

 ham/hamlib/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r dd71a6ae860f -r 15c9aacf4199 ham/hamlib/Makefile
--- a/ham/hamlib/Makefile       Sat Mar 11 01:35:21 2006 +0000
+++ b/ham/hamlib/Makefile       Sat Mar 11 01:53:39 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/02/28 00:10:04 wulf Exp $
+# $NetBSD: Makefile,v 1.18 2006/03/11 01:53:39 rillig Exp $
 #
 
 DISTNAME=      hamlib-1.2.5
@@ -18,6 +18,10 @@
                --without-perl-binding \
                --without-python-binding
 
+# The configure script is broken. It even requires a Python interpreter
+# when none is needed.
+CONFIGURE_ENV+=        PYTHON=/nonexistent
+
 pre-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/include/hamlib
 



Home | Main Index | Thread Index | Old Index