Received: by mail.netbsd.org (Postfix, from userid 605) id B34CE84EA3; Thu, 6 Apr 2023 11:40:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E382484D8D for ; Thu, 6 Apr 2023 11:40:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qctUlKg4OjDM for ; Thu, 6 Apr 2023 11:40:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 472F484CE3 for ; Thu, 6 Apr 2023 11:40:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43A73FA81; Thu, 6 Apr 2023 11:40:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680781215204050" MIME-Version: 1.0 Date: Thu, 6 Apr 2023 11:40:15 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/gcc10 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230406114015.43A73FA81@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680781215204050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Apr 6 11:40:15 UTC 2023 Modified Files: pkgsrc/lang/gcc10: options.mk Log Message: gcc10: make options.mk standalone To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc10/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680781215204050 Content-Disposition: inline Content-Length: 778 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/gcc10/options.mk diff -u pkgsrc/lang/gcc10/options.mk:1.4 pkgsrc/lang/gcc10/options.mk:1.5 --- pkgsrc/lang/gcc10/options.mk:1.4 Thu Apr 6 11:39:26 2023 +++ pkgsrc/lang/gcc10/options.mk Thu Apr 6 11:40:15 2023 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2023/04/06 11:39:26 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2023/04/06 11:40:15 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.${GCC_PKGNAME} PKG_SUPPORTED_OPTIONS= nls gcc-inplace-math gcc-c++ gcc-fortran \ @@ -7,6 +7,8 @@ PKG_SUPPORTED_OPTIONS= nls gcc-inplace-m PKG_SUGGESTED_OPTIONS= gcc-c++ gcc-fortran gcc-objc gcc-objc++ \ gcc-graphite gcc-inplace-math +.include "../../mk/bsd.fast.prefs.mk" + .if ${OPSYS} == "NetBSD" PKG_SUGGESTED_OPTIONS+= nls .elif ${OPSYS} == "Linux" --_----------=_1680781215204050--