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 996FD139694 for ; Thu, 23 Mar 2017 03:13:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFDC421C08C; Thu, 23 Mar 2017 03:12:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 864AF21C090 for ; Thu, 23 Mar 2017 03:12:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20AA5341645 for ; Thu, 23 Mar 2017 03:12:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FA0B71BB for ; Thu, 23 Mar 2017 03:12:56 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1490189451.4f6e380aadf72c903449dc0eb9d3da8091756158.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/forge/forge-9999.ebuild X-VCS-Directories: sci-visualization/forge/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 4f6e380aadf72c903449dc0eb9d3da8091756158 X-VCS-Branch: master Date: Thu, 23 Mar 2017 03:12:56 +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-Archives-Salt: e62abbe1-b024-4d39-85ab-515bc2e54576 X-Archives-Hash: bfac0fca170f1a4834edde2890d55d55 commit: 4f6e380aadf72c903449dc0eb9d3da8091756158 Author: j000 gmail com> AuthorDate: Wed Mar 22 13:30:51 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed Mar 22 13:30:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4f6e380a sci-visualization/forge: Make forge use system glm and freetype, they are already listed as dependencies (#760) Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-visualization/forge/forge-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-visualization/forge/forge-9999.ebuild b/sci-visualization/forge/forge-9999.ebuild index ed52bdbf5..d34b350ee 100644 --- a/sci-visualization/forge/forge-9999.ebuild +++ b/sci-visualization/forge/forge-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,6 +37,8 @@ src_configure() { local mycmakeargs=( -DBUILD_EXAMPLES="$(examples EXAMPLES)" -DUSE_SYSTEM_GLBINDING=ON + -DUSE_SYSTEM_GLM=ON + -DUSE_SYSTEM_FREETYPE=ON -DFG_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/Forge ) cmake-utils_src_configure