summaryrefslogtreecommitdiff
path: root/ham/hamlib
diff options
context:
space:
mode:
authorrillig <rillig>2006-03-11 01:53:39 +0000
committerrillig <rillig>2006-03-11 01:53:39 +0000
commitc0569240d099f7edb1997c152e9043935dd22ed0 (patch)
tree89115b854b53450005e7547e1f764c1bef07ce74 /ham/hamlib
parent2337072178552dde65a9dcc7fa2b99c2f601d7f2 (diff)
downloadpkgsrc-c0569240d099f7edb1997c152e9043935dd22ed0.tar.gz
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 (limited to 'ham/hamlib')
-rw-r--r--ham/hamlib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile
index 8e8a5a50822..d6ae268664c 100644
--- a/ham/hamlib/Makefile
+++ b/ham/hamlib/Makefile
@@ -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 @@ CONFIGURE_ARGS+=--without-tcl-binding \
--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