pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/clisp lang/clisp: disable check for unrecognized ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e0a3c0cfca80
branches: trunk
changeset: 333304:e0a3c0cfca80
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat May 04 19:38:08 2019 +0000
description:
lang/clisp: disable check for unrecognized configure options
CLisp uses a configure script that is almost a standard GNU configure
script. It doesn't know the --enable-option-checking option.
diffstat:
lang/clisp/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 4b5625d922b1 -r e0a3c0cfca80 lang/clisp/Makefile
--- a/lang/clisp/Makefile Sat May 04 19:27:49 2019 +0000
+++ b/lang/clisp/Makefile Sat May 04 19:38:08 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2017/09/10 20:03:49 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2019/05/04 19:38:08 rillig Exp $
DISTNAME= clisp-2.49
PKGREVISION= 24
@@ -22,7 +22,8 @@
# Installs a copy of its own depcomp, avoid libtool dependency here.
OVERRIDE_DIRDEPTH.depcomp= 0
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes # not really, but very close
+GNU_CONFIGURE_STRICT= no # doesn't know --enable-option-checking
CONFIGURE_DIRS= .
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
Home |
Main Index |
Thread Index |
Old Index