pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/clisp



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  4 19:38:08 UTC 2019

Modified Files:
        pkgsrc/lang/clisp: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/lang/clisp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/clisp/Makefile
diff -u pkgsrc/lang/clisp/Makefile:1.110 pkgsrc/lang/clisp/Makefile:1.111
--- pkgsrc/lang/clisp/Makefile:1.110    Sun Sep 10 20:03:49 2017
+++ pkgsrc/lang/clisp/Makefile  Sat May  4 19:38:08 2019
@@ -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 @@ MAKE_JOBS_SAFE=               no
 # 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