Received: by mail.netbsd.org (Postfix, from userid 605) id 3B13284D8E; Thu, 21 Dec 2017 08:40:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA17884D80 for ; Thu, 21 Dec 2017 08:40:07 +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 BIi5Ll5nLBce for ; Thu, 21 Dec 2017 08:40:07 +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 296E484C82 for ; Thu, 21 Dec 2017 08:40:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECFD4FB40; Thu, 21 Dec 2017 08:40:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151384560698230" MIME-Version: 1.0 Date: Thu, 21 Dec 2017 08:40:06 +0000 From: "Iain Hibbert" Subject: CVS commit: pkgsrc/cad/solvespace To: pkgsrc-changes@NetBSD.org Reply-To: plunky@netbsd.org X-Mailer: log_accum Message-Id: <20171221084006.ECFD4FB40@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. --_----------=_151384560698230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: plunky Date: Thu Dec 21 08:40:06 UTC 2017 Modified Files: pkgsrc/cad/solvespace: Makefile Log Message: remove -D_GLIBCXX_USE_CXX11_ABI=0 as this is not required and causing the build to fail To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/cad/solvespace/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151384560698230 Content-Disposition: inline Content-Length: 707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/cad/solvespace/Makefile diff -u pkgsrc/cad/solvespace/Makefile:1.1 pkgsrc/cad/solvespace/Makefile:1.2 --- pkgsrc/cad/solvespace/Makefile:1.1 Tue Feb 21 20:36:39 2017 +++ pkgsrc/cad/solvespace/Makefile Thu Dec 21 08:40:06 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2017/02/21 20:36:39 plunky Exp $ +# $NetBSD: Makefile,v 1.2 2017/12/21 08:40:06 plunky Exp $ # # # Both of these hashes need to be updated when the solvespace version @@ -35,7 +35,6 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes CMAKE_ARGS+= -DGIT_COMMIT_HASH=${SOLVESPACE_HASH} -CMAKE_ARGS+= -DCMAKE_CXX_FLAGS="-D_GLIBCXX_USE_CXX11_ABI=0" SUBST_CLASSES+= libdxfrw SUBST_STAGE.libdxfrw= post-patch --_----------=_151384560698230--