pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/pdp11-aout-gcc



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 17:53:53 UTC 2020

Modified Files:
        pkgsrc/cross/pdp11-aout-gcc: Makefile

Log Message:
cross/pdp11-aout-gcc: fix build in strict environment


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/pdp11-aout-gcc/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/pdp11-aout-gcc/Makefile
diff -u pkgsrc/cross/pdp11-aout-gcc/Makefile:1.7 pkgsrc/cross/pdp11-aout-gcc/Makefile:1.8
--- pkgsrc/cross/pdp11-aout-gcc/Makefile:1.7    Sun Aug 11 13:18:18 2019
+++ pkgsrc/cross/pdp11-aout-gcc/Makefile        Sat May  9 17:53:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/08/11 13:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/09 17:53:53 rillig Exp $
 
 DISTNAME=              gcc-8.2.0
 PKGNAME=               cross-pdp11-aout-${DISTNAME}
@@ -31,6 +31,8 @@ USE_TOOLS+=           bash perl
 
 USE_TOOLS+=            gmake makeinfo
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
 
 GNU_CONFIGURE_PREFIX=  ${PDP11AOUT_PREFIX}
 



Home | Main Index | Thread Index | Old Index