Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0F6107A20B for ; Wed, 24 May 2017 15:02:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AD4B084DD6; Wed, 24 May 2017 15:02:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D87E84DB6 for ; Wed, 24 May 2017 15:02:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DELrkkLJGo-7 for ; Wed, 24 May 2017 15:02:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A0CED84D8F for ; Wed, 24 May 2017 15:02:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 979B1FBE4; Wed, 24 May 2017 15:02:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1495638174174910" MIME-Version: 1.0 Date: Wed, 24 May 2017 15:02:54 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/meta-pkgs/boost To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20170524150254.979B1FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1495638174174910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Wed May 24 15:02:54 UTC 2017 Modified Files: pkgsrc/meta-pkgs/boost: Makefile.common Log Message: Extend SunOS _XOPEN_SOURCE fix to all compilers. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/meta-pkgs/boost/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1495638174174910 Content-Disposition: inline Content-Length: 919 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/boost/Makefile.common diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.66 pkgsrc/meta-pkgs/boost/Makefile.common:1.67 --- pkgsrc/meta-pkgs/boost/Makefile.common:1.66 Sat Apr 29 18:31:42 2017 +++ pkgsrc/meta-pkgs/boost/Makefile.common Wed May 24 15:02:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.66 2017/04/29 18:31:42 adam Exp $ +# $NetBSD: Makefile.common,v 1.67 2017/05/24 15:02:54 jperkin Exp $ # # used by devel/boost-build/Makefile # used by devel/boost-docs/Makefile @@ -68,10 +68,7 @@ SUBST_SED.darwin+= -e 's,-install_name " # On SunOS, extract using pkgsrc nbtar to avoid warnings from native gtar. . if ${OPSYS} == "SunOS" TOOLS_PLATFORM.tar= #empty -. include "../../mk/compiler.mk" -. if !empty(CC_VERSION:Mgcc-4.[6-9]*) BUILDLINK_TRANSFORM+= opt:-D_XOPEN_SOURCE=500:-D_XOPEN_SOURCE=600 -. endif . endif . if ${OPSYS} == "Darwin" --_----------=_1495638174174910--