pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc44
Module Name: pkgsrc
Committed By: rillig
Date: Sat May 9 17:57:56 UTC 2020
Modified Files:
pkgsrc/lang/gcc44: Makefile
Log Message:
lang/gcc44: fix build in strict environment
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/gcc44/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/gcc44/Makefile
diff -u pkgsrc/lang/gcc44/Makefile:1.52 pkgsrc/lang/gcc44/Makefile:1.53
--- pkgsrc/lang/gcc44/Makefile:1.52 Sat Jan 18 23:32:42 2020
+++ pkgsrc/lang/gcc44/Makefile Sat May 9 17:57:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2020/01/18 23:32:42 rillig Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/09 17:57:56 rillig Exp $
DISTNAME= gcc-${GCC_VERSION}
PKGNAME= gcc44-${GCC_VERSION}
@@ -23,6 +23,10 @@ FILES_SUBST+= PKGNAME=${PKGNAME}
# To avoid GNU surprises
CONFIG_SHELL= ${TOOLS_PATH.bash}
+# TODO: document why GNU_CONFIGURE is not set here.
+GNU_CONFIGURE_STRICT= no # has sub-configures
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed for building
+
NOT_FOR_PLATFORM= Interix-*-* DragonFly-*-*
UNLIMIT_RESOURCES+= datasize
UNLIMIT_RESOURCES+= stacksize
Home |
Main Index |
Thread Index |
Old Index