From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E07F51382C5 for ; Thu, 6 May 2021 21:45:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30C45E07B3; Thu, 6 May 2021 21:45:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10B2DE07A7 for ; Thu, 6 May 2021 21:45:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5E4E340CF6 for ; Thu, 6 May 2021 21:45:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 008B472E for ; Thu, 6 May 2021 21:45:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1620337458.ba902ec3a01181390af7c460b0f07fd9f80f616c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/freecad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/freecad/freecad-0.19.2.ebuild X-VCS-Directories: media-gfx/freecad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ba902ec3a01181390af7c460b0f07fd9f80f616c X-VCS-Branch: master Date: Thu, 6 May 2021 21:45:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e145c31-7644-4569-93e4-80417c44cc07 X-Archives-Hash: 146bf715251a59e30c1c6e6925960862 commit: ba902ec3a01181390af7c460b0f07fd9f80f616c Author: Sam James gentoo org> AuthorDate: Thu May 6 21:43:41 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 6 21:44:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba902ec3 media-gfx/freecad: add bug reference to opencascade tweak Bug: https://bugs.gentoo.org/788274 Signed-off-by: Sam James gentoo.org> media-gfx/freecad/freecad-0.19.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/freecad/freecad-0.19.2.ebuild b/media-gfx/freecad/freecad-0.19.2.ebuild index f7125e38c85..4238e819f09 100644 --- a/media-gfx/freecad/freecad-0.19.2.ebuild +++ b/media-gfx/freecad/freecad-0.19.2.ebuild @@ -226,6 +226,7 @@ src_configure() { ) if has_version ">=sci-libs/opencascade-7.5"; then + # bug https://bugs.gentoo.org/788274 mycmakeargs+=( -DOCC_INCLUDE_DIR="${CASROOT}"/include/opencascade-7.5.1 -DOCC_LIBRARY_DIR="${CASROOT}"/$(get_libdir)/opencascade-7.5.1