pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/freemint-mintlib



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 09:27:41 UTC 2020

Modified Files:
        pkgsrc/cross/freemint-mintlib: Makefile

Log Message:
cross/freemint-mintlib: suppress USE_TOOLS+=perl warning


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/cross/freemint-mintlib/Makefile

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

Modified files:

Index: pkgsrc/cross/freemint-mintlib/Makefile
diff -u pkgsrc/cross/freemint-mintlib/Makefile:1.8 pkgsrc/cross/freemint-mintlib/Makefile:1.9
--- pkgsrc/cross/freemint-mintlib/Makefile:1.8  Sun May  3 17:59:51 2020
+++ pkgsrc/cross/freemint-mintlib/Makefile      Sun May 31 09:27:41 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/05/03 17:59:51 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/31 09:27:41 rillig Exp $
 
 DISTNAME=              mintlib-CVS-20131219
 PKGNAME=               cross-freemint-${DISTNAME:S/CVS-//}
@@ -32,6 +32,7 @@ CONFIGURE_DIRS=               ${GCCNAME}bin
 CONFIGURE_SCRIPT=      ../${GCCNAME}/configure
 
 USE_TOOLS+=            bash:run gmake makeinfo bison flex
+TOOLS_BROKEN+=         perl
 GNU_CONFIGURE=         yes
 
 GNU_CONFIGURE_PREFIX=  ${FREEMINT_PREFIX}



Home | Main Index | Thread Index | Old Index