pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/mule



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 16:12:10 UTC 2020

Modified Files:
        pkgsrc/editors/mule: Makefile

Log Message:
editors/mule: disable check for unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/editors/mule/Makefile

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

Modified files:

Index: pkgsrc/editors/mule/Makefile
diff -u pkgsrc/editors/mule/Makefile:1.54 pkgsrc/editors/mule/Makefile:1.55
--- pkgsrc/editors/mule/Makefile:1.54   Sun May  7 06:49:23 2017
+++ pkgsrc/editors/mule/Makefile        Sun May 31 16:12:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/05/07 06:49:23 tsutsui Exp $
+# $NetBSD: Makefile,v 1.55 2020/05/31 16:12:10 rillig Exp $
 
 DISTNAME=      mule-2.3
 PKGREVISION=   9
@@ -22,6 +22,7 @@ WRKSRC=                       ${WRKDIR}/mule
 USE_TOOLS+=            gmake makeinfo
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_MANDIR=  ${PREFIX}/${PKGMANDIR}/man1
+GNU_CONFIGURE_STRICT=  no # everything ok, just ancient
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index