pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/guile



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 08:17:23 UTC 2020

Modified Files:
        pkgsrc/lang/guile: Makefile

Log Message:
lang/guile: disable check for unknown configure options

configure: error: unrecognized options: --disable-error-on-warning
configure: error: ./configure failed for guile-readline


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 pkgsrc/lang/guile/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/guile/Makefile
diff -u pkgsrc/lang/guile/Makefile:1.112 pkgsrc/lang/guile/Makefile:1.113
--- pkgsrc/lang/guile/Makefile:1.112    Tue Dec 24 01:42:53 2019
+++ pkgsrc/lang/guile/Makefile  Sun Mar 22 08:17:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.112 2019/12/24 01:42:53 gutteridge Exp $
+# $NetBSD: Makefile,v 1.113 2020/03/22 08:17:23 rillig Exp $
 
 DISTNAME=              guile-1.8.8
 PKGREVISION=           10
@@ -13,6 +13,7 @@ LICENSE=              gnu-lgpl-v2.1
 CONFLICTS=             guile14<1.4.1nb1 guile-oops-[0-9]*
 
 GNU_CONFIGURE=         YES
+GNU_CONFIGURE_STRICT=  no # has several configure programs
 USE_TOOLS+=            gmake makeinfo
 USE_LIBTOOL=           YES
 PTHREAD_AUTO_VARS=     YES



Home | Main Index | Thread Index | Old Index