pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc48



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 17:37:47 UTC 2020

Modified Files:
        pkgsrc/lang/gcc48: Makefile

Log Message:
lang/gcc48: ignore unknown configure options, skip portability check


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/gcc48/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/gcc48/Makefile
diff -u pkgsrc/lang/gcc48/Makefile:1.44 pkgsrc/lang/gcc48/Makefile:1.45
--- pkgsrc/lang/gcc48/Makefile:1.44     Sat Jan 18 23:32:42 2020
+++ pkgsrc/lang/gcc48/Makefile  Sun May  3 17:37:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2020/01/18 23:32:42 rillig Exp $
+# $NetBSD: Makefile,v 1.45 2020/05/03 17:37:47 rillig Exp $
 
 GCC_PKGNAME=   gcc48
 .include       "version.mk"
@@ -23,10 +23,13 @@ EXTRACT_ONLY=               ${DEFAULT_DISTFILES}
 
 NOT_FOR_PLATFORM=      Interix-*-*
 
+CHECK_PORTABILITY_SKIP+=       contrib/* # not needed
+
 USE_LANGUAGES=         c c++03
 USE_TOOLS+=            gmake makeinfo sed:run
 USE_TOOLS.NetBSD+=     gsed
 GNU_CONFIGURE=         yes
+GNU_CONFIGURE_STRICT=  no # has sub-configures
 GCC_REQD+=             4.4
 ## Build outside ${WRKSRC}
 OBJDIR=                        ../build



Home | Main Index | Thread Index | Old Index