commit:     4f6e380aadf72c903449dc0eb9d3da8091756158
Author:     j000 <jarymut+github <AT> gmail <DOT> com>
AuthorDate: Wed Mar 22 13:30:51 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> 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

Reply via email to