summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-03-23 13:53:37 +0000
committeragc <agc@pkgsrc.org>2001-03-23 13:53:37 +0000
commiteb67a33d1bc282e745653459516a19ac3b262dec (patch)
tree466e0612ba4ca0456e7df2755c2fb257638606b1 /lang/clisp
parent1e3fe5aeb3b00db69648416485df485fa1878299 (diff)
downloadpkgsrc-eb67a33d1bc282e745653459516a19ac3b262dec.tar.gz
The configure script in the package isn't a real GNU configure script,
otherwise it would understand --x-includes and --x-libraries, so don't feed it CONFIGURE_ARGS (if xpkgwedge is installed) which will make it puke. Instead, pass only the --host and --prefix arguments to configure which it can understand. Fixes PR 11040, from Sean Doran.
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile
index e26b722878a..28edaf06af4 100644
--- a/lang/clisp/Makefile
+++ b/lang/clisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/02/17 09:07:02 agc Exp $
+# $NetBSD: Makefile,v 1.18 2001/03/23 13:53:37 agc Exp $
DISTNAME= clisp-2000-03-06
PKGNAME= clisp-20000306
@@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
do-configure:
cd ${WRKSRC}; \
- (cd ..;${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}); \
+ (cd ..;${CONFIGURE_SCRIPT} --host=${MACHINE_GNU_PLATFORM} --prefix=${PREFIX}); \
./makemake --prefix=${LOCALBASE} --with-readline --with-gettext \
--with-dynamic-ffi --fsstnd=netbsd >Makefile