pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc49
Module Name: pkgsrc
Committed By: rillig
Date: Sun May 3 17:36:26 UTC 2020
Modified Files:
pkgsrc/lang/gcc49: Makefile
Log Message:
lang/gcc49: ignore unknown configure options, skip portability check
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/gcc49/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/gcc49/Makefile
diff -u pkgsrc/lang/gcc49/Makefile:1.30 pkgsrc/lang/gcc49/Makefile:1.31
--- pkgsrc/lang/gcc49/Makefile:1.30 Sat Jan 18 23:32:42 2020
+++ pkgsrc/lang/gcc49/Makefile Sun May 3 17:36:25 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/01/18 23:32:42 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/03 17:36:25 rillig Exp $
GCC_PKGNAME= gcc49
.include "version.mk"
@@ -28,8 +28,10 @@ USE_LANGUAGES= c c++03
USE_TOOLS+= gmake makeinfo sed:run
USE_TOOLS.NetBSD+= gsed
+CHECK_PORTABILITY_SKIP+= contrib/* # not needed
GNU_CONFIGURE= yes
+GNU_CONFIGURE_STRICT= no # has sub-configures
## Build outside ${WRKSRC}
OBJDIR= ../build
CONFIGURE_DIRS= ${OBJDIR}
Home |
Main Index |
Thread Index |
Old Index